1.2.1.1 Euler number
1.2.1.2 pi
1.2.1.3 absoluate
1.2.1.4 power of e
1.2.1.5 square root
1.2.1.6 cubic root
1.2.1.7 power
1.2.1.8 cosine
1.2.1.9 sine
1.2.1.10 tangent
1.2.1.11 arc tangent
1.2.1.12 arc cosine
1.2.1.13 arc sine
1.2.1.14 natural logarithm(base-e)
1.2.1.15 common logarithm(base-10)
// ECMAScript 6 supports while ECMAScript 5.1 not support
Math.log10(6)
1.2.1.16 base-2 logarithm
// ECMAScript 6 supports while ECMAScript 5.1 not support
Math.log2(6)
1.2.1.17 round up
1.2.1.18 round down
1.2.1.19 round
1.2.1.20 trunc
1.2.1.21 random
1.2.1.22 maximum
1.2.1.23 minimum