Relational Operators
From Apache OpenOffice Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Relational Operators
| Operation | Command | Display |
|---|---|---|
| Is equal | a = b | |
| Is not equal | a <> b | |
| Approximately | a approx 2 | |
| Divides | a divides b | |
| Does not divide | a ndivides b | |
| Less than | a < 2 | |
| Greater than | a > 2 | |
| Similar to or equal | a simeq b | |
| Parallel | a parallel b | |
| Orthogonal to (i.e. Independent if) | a ortho b | |
| Less than or equal to | a leslant b | Failed to parse (syntax error): {\displaystyle a⩽b} |
| Greater than or equal to | a geslant b | Failed to parse (syntax error): {\displaystyle a⩾b} |
| Similar to | a sim b | |
| Congruent | a equiv b | |
| Less than or equal to | a <= b | |
| Greater than or equal to | a >= b | |
| Proportional | a prop b | |
| Toward | a toward b | |
| Arrow left | a dlarrow b | |
| Double arrow left and right | a dlrarrow b | |
| Arrow right | a drarrow b |
| Content on this page is licensed under the Creative Common Attribution 3.0 license (CC-BY). |