Common used functions:1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23import Math
compareTo()
equals()
valueOf()
toString()
parseInt()
abs()
ceil(): return minimum greater or equal to target number
floor(): return maximum less or equal to target number
min():
max():
exp()
log()
pow()
sqrt()
sin()
cos()
tan()
asin()
acos()
atan()
random()