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 Metric prefixes
Key word | Category | Description | Example | Since |
[%] | Unit | <Ratio, Fraction> Percentage = 0.01 | [%] | 4.0 |
[%%] | Unit | <Ratio, Fraction> Promil, Per mille = 0.001 | [%%] | 4.0 |
[Y] | Unit | <Metric prefix> Septillion / Yotta = 10^24 | [Y] | 4.0 |
[sept] | Unit | <Metric prefix> Septillion / Yotta = 10^24 | [sept] | 4.0 |
[Z] | Unit | <Metric prefix> Sextillion / Zetta = 10^21 | [Z] | 4.0 |
[sext] | Unit | <Metric prefix> Sextillion / Zetta = 10^21 | [sext] | 4.0 |
[E] | Unit | <Metric prefix> Quintillion / Exa = 10^18 | [E] | 4.0 |
[quint] | Unit | <Metric prefix> Quintillion / Exa = 10^18 | [quint] | 4.0 |
[P] | Unit | <Metric prefix> Quadrillion / Peta = 10^15 | [P] | 4.0 |
[quad] | Unit | <Metric prefix> Quadrillion / Peta = 10^15 | [quad] | 4.0 |
[T] | Unit | <Metric prefix> Trillion / Tera = 10^12 | [T] | 4.0 |
[tril] | Unit | <Metric prefix> Trillion / Tera = 10^12 | [tril] | 4.0 |
[G] | Unit | <Metric prefix> Billion / Giga = 10^9 | [G] | 4.0 |
[bil] | Unit | <Metric prefix> Billion / Giga = 10^9 | [bil] | 4.0 |
[M] | Unit | <Metric prefix> Million / Mega = 10^6 | [M] | 4.0 |
[mil] | Unit | <Metric prefix> Million / Mega = 10^6 | [mil] | 4.0 |
[k] | Unit | <Metric prefix> Thousand / Kilo = 10^3 | [k] | 4.0 |
[th] | Unit | <Metric prefix> Thousand / Kilo = 10^3 | [th] | 4.0 |
[hund] | Unit | <Metric prefix> Hundred / Hecto = 10^2 | [hund] | 4.0 |
[hecto] | Unit | <Metric prefix> Hundred / Hecto = 10^2 | [hecto] | 4.0 |
[ten] | Unit | <Metric prefix> Ten / Deca = 10 | [ten] | 4.0 |
[deca] | Unit | <Metric prefix> Ten / Deca = 10 | [deca] | 4.0 |
[deci] | Unit | <Metric prefix> Tenth / Deci = 0.1 | [deci] | 4.0 |
[centi] | Unit | <Metric prefix> Hundredth / Centi = 0.01 | [centi] | 4.0 |
[milli] | Unit | <Metric prefix> Thousandth / Milli = 0.001 | [milli] | 4.0 |
[mic] | Unit | <Metric prefix> Millionth / Micro = 10^-6 | [mic] | 4.0 |
[n] | Unit | <Metric prefix> Billionth / Nano = 10^-9 | [n] | 4.0 |
[p] | Unit | <Metric prefix> Trillionth / Pico = 10^-12 | [p] | 4.0 |
[f] | Unit | <Metric prefix> Quadrillionth / Femto = 10^-15 | [f] | 4.0 |
[a] | Unit | <Metric prefix> Quintillionth / Atoo = 10^-18 | [a] | 4.0 |
[z] | Unit | <Metric prefix> Sextillionth / Zepto = 10^-21 | [z] | 4.0 |
[y] | Unit | <Metric prefix> Septillionth / Yocto = 10^-24 | [y] | 4.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
NEWS FROM MATHPARSER.ORG
SOURCE CODE
Source code .zipSource code .tar.gz
View on GitHubMathSpace.pl