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 – accepted number formats
Key word | Category | Description | Example | Since |
Integer | Number Literal | Integer numbers | 1, -2, 3 | 1.0 |
Proper decimal | Number Literal | Decimal numbers | 0.1, -0.2, 1.3 | 1.0 |
Leading zeros | Number Literal | Integer / Decimal numbers with leading zeros | 001, -000.2, 00001.3 | 4.1 |
No leading zeros | Number Literal | Integer / Decimal numbers without leading zeros | .1, -.2, .3 | 4.2 |
Scientific notation | Number Literal | Decimal numbers in scientific notation | 1.2e10, 1.2e+10, -3.2e-5, 2.eE+10 | 4.2 |
Fraction | Number Literal | Fractions | 1_2, 2_3, 2_3_4, -2_4 | 4.2 |
Other base | Number Literal | Numbers in other numeral bases | b1.111, b2.1001, b3.12021, -b16.af12, h.af1, b.1001, o.0127 | 4.2 |
Nuget – Package Manager
Install-Package
MathParser.org-mXparser
-Version
6.0.0
dotnet add package
MathParser.org-mXparser
--version
6.0.0
<PackageReference Include=
"MathParser.org-mXparser"
Version=
"6.0.0"
/>
Maven – Dependency
<dependency>
<groupid>org.mariuszgromada.math
</groupid>
<artifactid>MathParser.org-mXparser
</artifactid>
<version>6.0.0
</version>
</dependency>
Maven – Gradle
implementation
'org.mariuszgromada.math:MathParser.org-mXparser:6.0.0'
Maven – Gradle (Kotlin)
implementation(
"org.mariuszgromada.math:MathParser.org-mXparser:6.0.0"
)
GitHub
git clone
https://github.com/mariuszgromada/MathParser.org-mXparser
OTHER DOWNLOAD OPTIONS
Download latest release – v.6.0.0 Picon: .NET bin onlyDownload latest release – v.6.0.0 Picon: JAVA bin onlyDownload latest release – v.6.0.0 Picon: bin + doc
NEWS FROM MATHPARSER.ORG
SOURCE CODE
Source code .zipSource code .tar.gz
View on GitHubMathSpace.pl