E
PI
sqrt()
abs()
sin()
cos()
tan()
toRadians(x) 把x由角度值转化为弧度值
toDegree(x) 把x由弧度值转化为角度值
log()
log10()
exp()
pow()
cbrt() 立方根
asin()
acos()
atan()
random() 在区间[0,1)上随机提取一个实数
sinh()
cosh()
tanh()