math:acos(.5) => 1.0471975511966
math:asin(.5) => 0.523598775598299
math:atan(3.14159) => 1.26262701154934
math:atan2(36.23, 5.234) => 1.42732303452594
math:ceil(36.00001) => 37
math:cos(11) => 0.00442569798805079
math:cosh(11) => 29937.0708659498
math:exp(.01) => 1.01005016708417
math:fabs(4.013) => 4.013
math:floor(4.013) => 4
math:fmod(10, 3) => 1
math:frexp(10) => 0.625 4
math:ldexp(1.333, 10) => 1364.992
math:log(1000)) => 6.90775527898214
math:log10(1000)) => 3
math:modf(1.333) => 0.333 1
math:pow(2, 10) => 1024
math:sin(1.95) => 0.928959715003869
math:sinh(1.95) => 3.44320675450139
math:sqrt(4) => 2
math:tan(19.5) => 0.760905351982977
math:tanh(.95) => 0.739783051274004