JavaScript Number Functions

EditRocket provides the following information on Number functions in the JavaScript source code builder.

toExponential (num) - Convert the value of the object into an exponential notation

toFixed (num) - Round a Number to the specified number of decimals

toPrecision (num) - Converts the value of the object into an exponential notation if it has more digits than specified

toString () - Converts a Number object to string

valueOf () - Returns the primitive value of a Number object