"Returns the function that created JavaScripts Number prototype"
Returns the difference between 1 and the smallest number greater than 1
Checks whether a value is a finite number
Checks whether a value is an integer
Checks whether a value is Number.NaN
Checks whether a value is a safe integer
Returns the maximum safe integer in JavaScript.
Returns the minimum safe integer in JavaScript
Returns the largest number possible in JavaScript
Returns the smallest number possible in JavaScript
Represents a "Not-a-Number" value
Represents negative infinity (returned on overflow)
Represents infinity (returned on overflow)
Parses a string an returns a number
Parses a string an returns a whole number
Allows you to add properties and methods to an object
Converts a number into an exponential notation
Formats a number with x numbers of digits after the decimal point
Converts a number into a string
Formats a number to x length
Converts a number to a string
Returns the primitive value of a number