M

MathParser.org-mXparser

mXparser is a super easy, rich, fast and highly flexible math expression parser library (parser and evaluator of mathematical expressions / formulas provided as plain text / string). Software delivers easy to use API for JAVA, Android and C# .NET/MONO (Common Language Specification compliant: F#, Visual Basic, C++/CLI). *** If you finnd the software useful donation is something you might consider: http://mathparser.org/donate/ *** Scalar Scientific Calculator, Charts and Scripts, Scalar Lite: https://play.google.com/store/apps/details?id=org.mathparser.scalar.lite *** Scalar Pro: https://play.google.com/store/apps/details?id=org.mathparser.scalar.pro *** ScalarMath.org: http://scalarmath.org/ *** MathSpace.pl: http://mathspace.pl/ ***
https://mathparser.org/
DUAL LICENSE
MathParser.org
Mariusz Gromada MathSpace.pl ScalarMath.org Scalar Scientific Function Calculator, Charts and Scripts Scalar Pro Scientific Function Calculator, Charts and Scripts
Files download
File Operation
MathParser.org-mXparser-4.3.4.jar download
MathParser.org-mXparser-4.3.4.pom download
MathParser.org-mXparser-4.3.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mariuszgromada.math</groupId>
  <artifactId>MathParser.org-mXparser</artifactId>
  <version>4.3.4</version>
</dependency>
Gradle Groovy
implementation 'org.mariuszgromada.math:MathParser.org-mXparser:4.3.4'
Gradle Kotlin
implementation("org.mariuszgromada.math:MathParser.org-mXparser:4.3.4")
Scala SBT
libraryDependencies += "org.mariuszgromada.math" % "MathParser.org-mXparser" % "4.3.4"
Groovy Grape
@Grapes(
  @Grab(group='org.mariuszgromada.math', module='MathParser.org-mXparser', version='4.3.4')
)
Apache Ivy
<dependency org="org.mariuszgromada.math" name="MathParser.org-mXparser" rev="4.3.4" />
Leiningen
[org.mariuszgromada.math/MathParser.org-mXparser "4.3.4"]
Apache Buildr
'org.mariuszgromada.math:MathParser.org-mXparser:jar:4.3.4'