| Line 81... |
Line 81... |
| 81 |
\code{x != y} \tab x is not equal to y \cr
|
81 |
\code{x != y} \tab x is not equal to y \cr
|
| 82 |
\code{x < y} \tab x is less than y \cr
|
82 |
\code{x < y} \tab x is less than y \cr
|
| 83 |
\code{x <= y} \tab x is less than or equal to y \cr
|
83 |
\code{x <= y} \tab x is less than or equal to y \cr
|
| 84 |
\code{x > y} \tab x is greater than y \cr
|
84 |
\code{x > y} \tab x is greater than y \cr
|
| 85 |
\code{x >= y} \tab x is greater than or equal to y \cr
|
85 |
\code{x >= y} \tab x is greater than or equal to y \cr
|
| - |
|
86 |
\code{!x} \tab not x \cr
|
| 86 |
\code{x \%~~\% y} \tab x is approximately equal to y \cr
|
87 |
\code{x \%~~\% y} \tab x is approximately equal to y \cr
|
| 87 |
\code{x \%=~\% y} \tab x and y are congruent \cr
|
88 |
\code{x \%=~\% y} \tab x and y are congruent \cr
|
| 88 |
\code{x \%==\% y} \tab x is defined as y \cr
|
89 |
\code{x \%==\% y} \tab x is defined as y \cr
|
| 89 |
\code{x \%prop\% y} \tab x is proportional to y \cr
|
90 |
\code{x \%prop\% y} \tab x is proportional to y \cr
|
| 90 |
\code{x \%~\% y} \tab x is distributed as y \cr
|
91 |
\code{x \%~\% y} \tab x is distributed as y \cr
|