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 operators
Key word | Category | Description | Example | Since |
+ | Operator | Addition | a + b | 1.0 |
– | Operator | Subtraction | a – b | 1.0 |
* | Operator | Multiplication | a * b | 1.0 |
× | Operator | Multiplication – unicode math symbol | a × b | 5.0 |
⨉ | Operator | Multiplication – unicode math symbol | a ⨉ b | 5.0 |
∙ | Operator | Multiplication – unicode math symbol | a ∙ b | 5.0 |
/ | Operator | Division | a / b | 1.0 |
÷ | Operator | Division – unicode math symbol | a ÷ b | 5.0 |
^ | Operator | Exponentiation | a^b | 1.0 |
! | Operator | Factorial | n! | 1.0 |
# | Operator | Modulo function | a # b | 1.0 |
% | Operator | Percentage | n% | 4.1 |
^^ | Operator | Tetration (hyper-4, power tower, exponential tower) | a^^b | 4.2 |
√ | Operator | Square root function represented as unary left operator – unicode math symbol | √x | 5.0 |
∛ | Operator | Cube root function represented as unary left operator – unicode math symbol | ∛x | 5.0 |
∜ | Operator | Fourth root function represented as unary left operator – unicode math symbol | ∜x | 5.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