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 bitwise operators
| Keyword | Type | Syntax | Since | Description |
|---|---|---|---|---|
| @~ | Bitwise operator | @~a | 4.0 | Bitwise unary complement (NOT) – Bitwise operator |
| @& | Bitwise operator | a @& b | 4.0 | Bitwise and (AND) AND – Bitwise operator |
| @^ | Bitwise operator | a @^ b | 4.0 | Bitwise exclusive or (XOR) XOR – Bitwise operator |
| @| | Bitwise operator | a @| b | 4.0 | Bitwise inclusive or (OR) OR – Bitwise operator |
| @<< | Bitwise operator | a @<< b | 4.0 | Bitwise signed left shift – Bitwise operator |
| @>> | Bitwise operator | a @>> b | 4.0 | Bitwise signed right shift – Bitwise operator |
| @~& | Bitwise operator | a @~& b | 6.0 | Bitwise not and (NAND) – Bitwise operator |
| @~| | Bitwise operator | a @~| b | 6.0 | Bitwise not or (NOR) – Bitwise operator |
| @~^ | Bitwise operator | a @~^ b | 6.0 | Bitwise exclusive NOR (XNOR) – Bitwise operator |
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
