-
Notifications
You must be signed in to change notification settings - Fork 158
Binary Relations
Mariusz Gromada edited this page Apr 15, 2022
·
3 revisions
- please consider donation: DONATION
- or purchase the license via ORDER Page or INFIMA Online Store
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
mXparser - Math Parser Java C# .NET (CLS) Library - a super easy, rich and flexible mathematical expressions parser for JAVA Android Kotlin C# .NET and C++ - Provided by Mariusz Gromada, for more information please visit: MathParser.org, MathSpace.pl, mXparser on GitHub pages, mXparser on SourceForge.