Returns the next higher integer that is greater than or equal to the number passed as a parameter.
Returns the angle (in radians) of angle formed by a line to Cartesian point x, y.
Returns the arc tangent (in radians) of the number passed as a parameter.
Returns the arc sine (in radians) of the number passed as a parameter.
Returns the arc cosine (in radians) of the number passed as a parameter.
Returns the absolute value of the number passed as a parameter.
Returns the square root of 2.
Returns the square root of 0.5.
Returns the log base-10 of Euler's constant. It is 0.4342944819032518
Returns the log base-2 of Euler's constant.
Returns the natural logarithm of 10.
Returns the natural logarithm of 2. It is 0.6931471805599453
Returns Euler's constant.
The Math object is used only in its static object form as a library of math constant values and (mostly trigonometric) operations. As a result, th