Results 41 - 44 of 44

Math.log2()

The Math.log2() function returns the base 2 logarithm of a number, that is
ECMAScript6 JavaScript Math Method Reference

Math.sinh()

The Math.sinh() function returns the hyperbolic sine of a number, that can be expressed using the constant e:
ECMAScript6 JavaScript Math Method Reference

Math.tanh()

The Math.tanh() function returns the hyperbolic tangent of a number, that is
ECMAScript6 JavaScript Math Method Reference

Math.trunc()

The Math.trunc() function returns the integral part of a number by removing any fractional digits.
ECMAScript6 JavaScript Math Method Reference