A wrapper class for the numeric-typed data.
Returns a string that represents the number in exponential notation.
Returns a string in exponential notation with one digit before the decimal point and the specified number of digits after the decimal point.
Returns a string with a certain precision that represents the number.
Returns a string that represents the number. Note: toFixed() does not use exponential notation and shows the number of digits after the decimal point. If no digits argument is specified, zero digits are shown.
Returns a string that represents the number in a local format.
Returns a string that represents the number in a local format.
Returns a string that represents the number to a specified number of significant digits.
Returns a string in fixed format to the specified number of significant digits. If the number of significant digits isn't specified, return the number in the same way as Number.toString().
Returns a string that represents the number.
Returns a string that represents the number in a given base. If base is omitted, then base 10 is used to create the string that represents the number.
Returns the primitive number value represented by the number.
Returns the primitive number value represented by the number.