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 3-args Functions
Key word | Category | Description | Example | Since |
if | 3-args Function | If function | if(cond, expr-if-true, expr-if-false) | 1.0 |
chi | 3-args Function | Characteristic function for x in (a,b) | chi(x, a, b) | 1.0 |
CHi | 3-args Function | Characteristic function for x in [a,b] | CHi(x, a, b) | 1.0 |
Chi | 3-args Function | Characteristic function for x in [a,b) | Chi(x, a, b) | 1.0 |
cHi | 3-args Function | Characteristic function for x in (a,b] | cHi(x, a, b) | 1.0 |
pUni | 3-args Function | Probability distribution function – Uniform continuous distribution U(a,b) | pUni(x, a, b) | 3.0 |
cUni | 3-args Function | Cumulative distribution function – Uniform continuous distribution U(a,b) | cUni(a, a, b) | 3.0 |
qUni | 3-args Function | Quantile function (inverse cumulative distribution function) – Uniform continuous distribution U(a,b) | qUni(q, a, b) | 3.0 |
pNor | 3-args Function | Probability distribution function – Normal distribution N(m,s) | pNor(x, mean, stdv) | 3.0 |
cNor | 3-args Function | Cumulative distribution function – Normal distribution N(m,s) | cNor(x, mean, stdv) | 3.0 |
qNor | 3-args Function | Quantile function (inverse cumulative distribution function) | qNor(q, mean, stdv) | 3.0 |
dig | 3-args Function | Digit at position 1 … n (left -> right) or 0 … -(n-1) (right -> left) – numeral system with given base | dig(num, pos, base) | 4.1 |
BetaInc | 3-args Function | The incomplete beta special function B(x; a, b), also called the incomplete Euler integral of the first kind | BetaInc(x, a, b) | 4.2 |
BetaI | 3-args Function | The regularized incomplete beta (or regularized beta) special function I(x; a, b), also called the regularized incomplete Euler integral of the first kind | BetaI(x, a, b) | 4.2 |
BetaReg | 3-args Function | The regularized incomplete beta (or regularized beta) special function I(x; a, b), also called the regularized incomplete Euler integral of the first kind | BetaReg(x, a, b) | 4.2 |
Nuget – Package Manager
Install-Package
MathParser.org-mXparser
-Version
5.0.6
dotnet add package
MathParser.org-mXparser
--version
5.0.6
<PackageReference Include=
"MathParser.org-mXparser"
Version=
"5.0.6"
/>
Maven – Dependency
<dependency>
<groupid>org.mariuszgromada.math
</groupid>
<artifactid>MathParser.org-mXparser
</artifactid>
<version>5.0.6
</version>
</dependency>
Maven – Gradle
implementation
'org.mariuszgromada.math:MathParser.org-mXparser:5.0.6'
Maven – Gradle (Kotlin)
implementation(
"org.mariuszgromada.math:MathParser.org-mXparser:5.0.6"
)
GitHub
git clone
https://github.com/mariuszgromada/MathParser.org-mXparser
OTHER DOWNLOAD OPTIONS
Download latest release – v.5.0.6 Leonis: .NET bin onlyDownload latest release – v.5.0.6 Leonis: JAVA bin onlyDownload latest release – v.5.0.6 Leonis: bin + doc
NEWS FROM MATHPARSER.ORG
SOURCE CODE
Source code .zipSource code .tar.gz
View on GitHubMathSpace.pl