Skip to content

Binary Relations

Mariusz Gromada edited this page May 28, 2017 · 3 revisions

mXparser icon

mXparser - optional donation

If you found the software useful donation is something you might consider :-)

paypal

Built-in Binary Relations

Key word Category Description Example Since
= Binary Relation Equality a = b 1.0
== Binary Relation Equality a == b 1.0
<> Binary Relation Inequation a <> b 1.0
~= Binary Relation Inequation a ~= b 1.0
!= Binary Relation Inequation a != b 1.0
< Binary Relation Lower than a < b 1.0
> Binary Relation Greater than a > b 1.0
<= Binary Relation Lower or equal a <= b 1.0
>= Binary Relation Greater or equal a >= b 1.0

as of 2017-03-05

Clone this wiki locally