Skip to content

Aliases, Operators, & Functions

Abhishek Sathiabalan edited this page Jan 7, 2019 · 2 revisions

Aliases

AbMath automatically converts symbols unidirectionally from the symbols on the left to the symbols on the right.

From To
÷ /
π pi
!=
ne !=
>=
ge >=
<=
le <=
and &&
or | |
Σ sum
\\left
\\right

Brackets

Left Brackets
(
{
[
Right Brackets
)
}
]
,

Operators

Operator Associativity Weight Arguments
^ Right 5 2
E Right 5 2
! Left 5 1
% Left 4 2
/ Left 4 2
* Left 4 2
+ Left 3 2
++ Left 3 1
Left 3 2
- Left 3 2
> Left 2 2
< Left 2 2
= Left 2 2
== Left 2 2
>= Left 2 2
<= Left 2 2
!= Left 1 2
&& Left 1 2
|| Left 1 2

Functions

Function Min Arguments Typical Arguments Max Arguments
sin 1 1 1
cos 1 1 1
tan 1 1 1
arcsin 1 1 1
arccos 1 1 1
arctan 1 1 1
max 2 2 2,147,483,647
min 2 2 2,147,483,647
sqrt 1 1 1
round 1 2 2
gcd 2 2 2
lcm 2 2 2
ln 1 1 1
log 2 2 2
pi 0 0 1
e 0 0 1
bounded 3 3 3
sum 1 1 2,147,483,647
random 1 1 2
rand 0 0 0
seed 1 1 1
abs 1 1 1
Clone this wiki locally