TO SUPPORT MY WORK, ORDER A COMMERCIAL LICENSE
THANK YOU!
mXparser provides a rich collection of built-in math functions, math expressions, and math symbols. Familiarize yourself with the scope and the syntax. Math collection internal help is also available directly from the software – see the tutorial and the API documentation for all the details.
Tutorial Math Collection API spec Download
mXparser – 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 |
Nuget
Install-Package MathParser.org-mXparser -Version 5.0.2
Maven
<dependency>
<groupid>org.mariuszgromada.math</groupid>
<artifactid>MathParser.org-mXparser</artifactid>
<version>5.0.2</version>
</dependency>
Gradle
implementation 'org.mariuszgromada.math:MathParser.org-mXparser:5.0.2'
Gradle (Kotlin)
implementation("org.mariuszgromada.math:MathParser.org-mXparser:5.0.2")
GitHub
git clone https://github.com/mariuszgromada/MathParser.org-mXparser
OTHER DOWNLOAD OPTIONS
Download latest release – v.5.0.2 Leonis: bin + docDownload latest release – v.5.0.2 Leonis: bin only, includes separate binaries for various .NET platforms and Java versions
Source code .zipSource code .tar.gz
View on GitHubMathSpace.pl