Formats the floating point number n as a string.
n
The result has 4 digits after the decimal point and is left-padded with spaces to a width of 10.
This function is primarily intended for debugging and logging, and is used by the toString() functions in this library
toString()
the number to format
n formatted as a string
Generated using TypeDoc
Formats the floating point number
n
as a string.The result has 4 digits after the decimal point and is left-padded with spaces to a width of 10.
This function is primarily intended for debugging and logging, and is used by the
toString()
functions in this library