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 bitwise operators
Key word | Category | Description | Example | Since |
@~ | Bitwise Operator | Bitwise unary complement | @~a | 4.0 |
@& | Bitwise Operator | Bitwise AND | a @~& b | 4.0 |
@^ | Bitwise Operator | Bitwise exclusive OR | a @^ b | 4.0 |
@| | Bitwise Operator | Bitwise inclusive OR | a @| b | 4.0 |
@<< | Bitwise Operator | Signed left shift | a @<< b | 4.0 |
@>> | Bitwise Operator | Signed right shift | a @>> b | 4.0 |
Nuget
Install-Package MathParser.org-mXparser -Version 5.0.2
Maven
<dependency>
<groupid>org.mariuszgromada.math</groupid>
<artifactid>MathParser.org-mXparser</artifactid>
<version>5.0.2</version>
</dependency>
Gradle
implementation 'org.mariuszgromada.math:MathParser.org-mXparser:5.0.2'
Gradle (Kotlin)
implementation("org.mariuszgromada.math:MathParser.org-mXparser:5.0.2")
GitHub
git clone https://github.com/mariuszgromada/MathParser.org-mXparser
OTHER DOWNLOAD OPTIONS
Download latest release – v.5.0.2 Leonis: bin + docDownload latest release – v.5.0.2 Leonis: bin only, includes separate binaries for various .NET platforms and Java versions
NEWS FROM MATHPARSER.ORG
SOURCE CODE
Source code .zipSource code .tar.gz
View on GitHubMathSpace.pl