

Square root, cube root, Square root of the sum of square arguments. Returns the minimum or maximum (respectively) value of a comma separated


Returns the largest/smallest integer less/greater than or equal to an Inverse hyperbolic functions return values in hyperbolic angle. Hyperbolic functions argument in hyperbolic angle. Inverse trigonometric functions return values in radians. Standard trigonometric functions with the argument in radians. The following table summarizes the Math object's methods. Note that all trigonometric methods of Math take arguments in radians. Returns a string representing the number to a specified precision in fixed-point notation. Returns a string representing the number in fixed-point notation. Returns a string representing the number in exponential notation. The following table summarizes the methods of Number.prototype. The Number prototype provides methods for retrieving information from Number objects in various formats. More robust version of the original global isNaN().ĭetermines whether the provided value is a number that is a safe integer. Same as the global parseInt() function.ĭetermines whether the passed value is a finite number.ĭetermines whether the passed value is an integer.ĭetermines whether the passed value is NaN. Parses a string argument and returns an integer of the specified radix or base. Same as the global parseFloat() function. Parses a string argument and returns a floating point number. Special positive infinite value returned on overflowĭifference between 1 and the smallest value greater than 1 that can be represented as a Number ( 2.220446049250313e-16) Special negative infinite value returned on overflow The smallest representable number ( ±5e-324) The following table summarizes the Number object's properties. You always refer to a property of the predefined Number object as shown above, and not as a property of a Number object you create yourself. POSITIVE_INFINITY var negInfiniteNum = Number.
