Next: Input/Output
Up: Rational (rational.h)
Previous: Bit Operations
- Both arguments of the same type:
| Algorithm: |
|
c := a == b |
| Input: |
|
. |
| Output: |
|
such that  |
| Algorithm: |
|
c := a != b |
| Input: |
|
. |
| Output: |
|
such that  |
| Algorithm: |
|
c := a < b |
| Input: |
|
. |
| Output: |
|
such that  |
| Algorithm: |
|
c := a <= b |
| Input: |
|
. |
| Output: |
|
such that  |
| Algorithm: |
|
c := a > b |
| Input: |
|
. |
| Output: |
|
such that  |
| Algorithm: |
|
c := a >= b |
| Input: |
|
. |
| Output: |
|
such that  |
- Mixed mode expression:
| Algorithm: |
|
c := a == b |
| Input: |
|
. |
| Output: |
|
such that  |
| Algorithm: |
|
c := a != b |
| Input: |
|
. |
| Output: |
|
such that  |
| Algorithm: |
|
c := a < b |
| Input: |
|
. |
| Output: |
|
such that  |
| Algorithm: |
|
c := a <= b |
| Input: |
|
. |
| Output: |
|
such that  |
| Algorithm: |
|
c := a > b |
| Input: |
|
. |
| Output: |
|
such that  |
| Algorithm: |
|
c := a >= b |
| Input: |
|
. |
| Output: |
|
such that  |
Next: Input/Output
Up: Rational (rational.h)
Previous: Bit Operations
Piologie Version 1.2
3/3/1998