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 Calculus Operators
Keyword | Type | Syntax | Since | Description |
---|---|---|---|---|
∫ | Calculus operator | ∫(expr, arg, from, to) | 5.0 | Definite integral ∫ – Calculus operator – Unicode math symbol |
int | Calculus operator | int(expr, arg, from, to) | 1.0 | Definite integral ∫ – Calculus operator |
∂ | Calculus operator | ∂(expr, arg, <point>) | 5.0 | Derivative ∂ – Calculus operator – Unicode math symbol |
der | Calculus operator | der(expr, arg, <point>) | 1.0 | Derivative ∂ – Calculus operator |
∂- | Calculus operator | ∂-(expr, arg, <point>) | 5.0 | Left derivative ∂- – Calculus operator – Unicode math symbol |
der- | Calculus operator | der-(expr, arg, <point>) | 1.0 | Left derivative ∂- – Calculus operator |
∂+ | Calculus operator | ∂+(expr, arg, <point>) | 5.0 | Right derivative ∂+ – Calculus operator – Unicode math symbol |
der+ | Calculus operator | der+(expr, arg, <point>) | 1.0 | Right derivative ∂+ – Calculus operator |
dern | Calculus operator | dern(expr, n, arg) | 1.0 | n-th derivative ∂ⁿ – Calculus operator |
∆ | Calculus operator | ∆(expr, arg, <delta>) | 5.0 | Forward difference ∆ – Calculus operator – Unicode math symbol |
Δ | Calculus operator | Δ(expr, arg, <delta>) | 5.0 | Forward difference ∆ – Calculus operator – Unicode math symbol |
diff | Calculus operator | diff(expr, arg, <delta>) | 1.0 | Forward difference ∆ – Calculus operator |
∇ | Calculus operator | ∇(expr, arg, <delta>) | 5.0 | Backward difference ∇ – Calculus operator – Unicode math symbol |
difb | Calculus operator | difb(expr, arg, <delta>) | 1.0 | Backward difference ∇ – Calculus operator |
solve | Calculus operator | solve(expr, arg, from, to) | 4.0 | Equation solving (root finding) f(x)=0 – Calculus operator |
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