-
Notifications
You must be signed in to change notification settings - Fork 157
Operators
Mariusz Gromada edited this page Apr 15, 2022
·
3 revisions
- please consider donation: DONATION
- or purchase the license via ORDER Page or INFIMA Online Store
Key word | Category | Description | Example | Since |
---|---|---|---|---|
+ | Operator | Addition | a + b | 1.0 |
- | Operator | Subtraction | a - b | 1.0 |
* | Operator | Multiplication | a * b | 1.0 |
× | Operator | Multiplication - unicode math symbol | a × b | 5.0 |
⨉ | Operator | Multiplication - unicode math symbol | a ⨉ b | 5.0 |
∙ | Operator | Multiplication - unicode math symbol | a ∙ b | 5.0 |
/ | Operator | Division | a / b | 1.0 |
÷ | Operator | Division - unicode math symbol | a ÷ b | 5.0 |
^ | Operator | Exponentiation | a^b | 1.0 |
! | Operator | Factorial | n! | 1.0 |
# | Operator | Modulo function | a # b | 1.0 |
% | Operator | Percentage | n% | 4.1 |
^^ | Operator | Tetration (hyper-4, power tower, exponential tower) | a^^b | 4.2 |
√ | Operator | Square root function represented as unary left operator - unicode math symbol | √x | 5.0 |
∛ | Operator | Cube root function represented as unary left operator - unicode math symbol | ∛x | 5.0 |
∜ | Operator | Fourth root function represented as unary left operator - unicode math symbol | ∜x | 5.0 |
as of 2022-04-15
mXparser - Math Parser Java C# .NET (CLS) Library - a super easy, rich and flexible mathematical expressions parser for JAVA Android Kotlin C# .NET and C++ - Provided by Mariusz Gromada, for more information please visit: MathParser.org, MathSpace.pl, mXparser on GitHub pages, mXparser on SourceForge.