Skip to content

Binary Relations

Mariusz Gromada edited this page Apr 15, 2022 · 3 revisions

Did you find mXparser useful? If yes:

INFIMA

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 - unicode math symbol a ≠ b 5.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 - unicode math symbol a ≤ b 5.0
Binary Relation Lower or equal - unicode math symbol a ⋜ b 5.0
<= Binary Relation Lower or equal a <= b 1.0
Binary Relation Greater or equal - unicode math symbol a ≥ b 5.0
Binary Relation Greater or equal - unicode math symbol a ⋝ b 5.0
>= Binary Relation Greater or equal a >= b 1.0

as of 2022-04-15

Clone this wiki locally