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. The math collection library is available at runtime and is fully and identically supported by the Java (including Kotlin, Android), C# (all .NET) and C++ versions.
Tutorial Math Collection API spec Download
mXparser – built-in Metric prefixes
Keyword | Type | Syntax | Since | Description |
---|---|---|---|---|
[Y] | Unit | [Y] | 4.0 | Septillion / Yotta – Metric prefix = 10²⁴ – Dimensionless unit |
[sept] | Unit | [sept] | 4.0 | Septillion / Yotta – Metric prefix = 10²⁴ – Dimensionless unit |
[Z] | Unit | [Z] | 4.0 | Sextillion / Zetta – Metric prefix = 10²¹ – Dimensionless unit |
[sext] | Unit | [sext] | 4.0 | Sextillion / Zetta – Metric prefix = 10²¹ – Dimensionless unit |
[E] | Unit | [E] | 4.0 | Quintillion / Exa – Metric prefix = 10¹⁸ – Dimensionless unit |
[quint] | Unit | [quint] | 4.0 | Quintillion / Exa – Metric prefix = 10¹⁸ – Dimensionless unit |
[P] | Unit | [P] | 4.0 | Quadrillion / Peta – Metric prefix = 10¹⁵ – Dimensionless unit |
[quad] | Unit | [quad] | 4.0 | Quadrillion / Peta – Metric prefix = 10¹⁵ – Dimensionless unit |
[T] | Unit | [T] | 4.0 | Trillion / Tera – Metric prefix = 10¹² – Dimensionless unit |
[tril] | Unit | [tril] | 4.0 | Trillion / Tera – Metric prefix = 10¹² – Dimensionless unit |
[G] | Unit | [G] | 4.0 | Billion / Giga – Metric prefix = 10⁹ – Dimensionless unit |
[bil] | Unit | [bil] | 4.0 | Billion / Giga – Metric prefix = 10⁹ – Dimensionless unit |
[M] | Unit | [M] | 4.0 | Million / Mega – Metric prefix = 10⁶ – Dimensionless unit |
[mil] | Unit | [mil] | 4.0 | Million / Mega – Metric prefix = 10⁶ – Dimensionless unit |
[k] | Unit | [k] | 4.0 | Thousand / Kilo – Metric prefix = 10³ – Dimensionless unit |
[th] | Unit | [th] | 4.0 | Thousand / Kilo – Metric prefix = 10³ – Dimensionless unit |
[hund] | Unit | [hund] | 4.0 | Hundred / Hecto – Metric prefix = 10² – Dimensionless unit |
[hecto] | Unit | [hecto] | 4.0 | Hundred / Hecto – Metric prefix = 10² – Dimensionless unit |
[ten] | Unit | [ten] | 4.0 | Ten / Deca – Metric prefix = 10 – Dimensionless unit |
[deca] | Unit | [deca] | 4.0 | Ten / Deca – Metric prefix = 10 – Dimensionless unit |
[deci] | Unit | [deci] | 4.0 | Tenth / Deci – Metric prefix = 10⁻¹ – Dimensionless unit |
[centi] | Unit | [centi] | 4.0 | Hundredth / Centi – Metric prefix = 10⁻² – Dimensionless unit |
[milli] | Unit | [milli] | 4.0 | Thousandth / Milli – Metric prefix = 10⁻³ – Dimensionless unit |
[mic] | Unit | [mic] | 4.0 | Millionth / Micro – Metric prefix = 10⁻⁶ – Dimensionless unit |
[n] | Unit | [n] | 4.0 | Billionth / Nano – Metric prefix = 10⁻⁹ – Dimensionless unit |
[p] | Unit | [p] | 4.0 | Trillionth / Pico – Metric prefix = 10⁻¹² – Dimensionless unit |
[f] | Unit | [f] | 4.0 | Quadrillionth / Femto – Metric prefix = 10⁻¹⁵ – Dimensionless unit |
[a] | Unit | [a] | 4.0 | Quintillionth / Atoo – Metric prefix = 10⁻¹⁸ – Dimensionless unit |
[z] | Unit | [z] | 4.0 | Sextillionth / Zepto – Metric prefix = 10⁻²¹ – Dimensionless unit |
[y] | Unit | [y] | 4.0 | Septillionth / Yocto – Metric prefix = 10⁻²⁴ – Dimensionless unit |
Nuget – Package Manager (C#, F#, Visual Basic, …)
Install-Package
MathParser.org-mXparser
-Version
6.1.0
dotnet add package
MathParser.org-mXparser
--version
6.1.0
<PackageReference Include=
"MathParser.org-mXparser"
Version=
"6.1.0"
/>
Maven – Dependency (Java, Kotlin, Scala, Groovy, …)
<dependency>
<groupid>org.mariuszgromada.math
</groupid>
<artifactid>MathParser.org-mXparser
</artifactid>
<version>6.1.0
</version>
</dependency>
Maven – Gradle
implementation
'org.mariuszgromada.math:MathParser.org-mXparser:6.1.0'
CMake – Dependency / FetchContent (C++, MSVC, LLVM/Clang, GNU/GCC, MinGW, MSYS2, WSL, Windows, Linux, Unix, MacOS)
include(FetchContent)
FetchContent_Declare(
MathParserOrgMxParser
GIT_REPOSITORY https://github.com/mariuszgromada/MathParser.org-mXparser.git
GIT_TAG v.6.1.0
SOURCE_SUBDIR CURRENT/cpp/lib
)
FetchContent_MakeAvailable(MathParserOrgMxParser
)
target_link_libraries(YourExecutable MathParserOrgMxParser
)
GitHub
git clone
https://github.com/mariuszgromada/MathParser.org-mXparser
OTHER DOWNLOAD OPTIONS
Download latest release – v.6.1.0 Sagitara: .NET bin onlyDownload latest release – v.6.1.0 Sagitara: JAVA bin onlyDownload latest release – v.6.1.0 Sagitara: bin + doc
NEWS FROM MATHPARSER.ORG
SOURCE CODE
Source code .zipSource code .tar.gz
View on GitHubMathSpace.pl