Create a scientific notation format function.
A new scientific notation format function.
This formatter uses the builtin Number() and toExponential() to coerce values.
Number()
toExponential()
The formatIntlNumber() formatter is more flexible, but slower.
formatIntlNumber()
The options for creating the format function.
Generated using TypeDoc
Create a scientific notation format function.
Returns
A new scientific notation format function.
Notes
This formatter uses the builtin
Number()andtoExponential()to coerce values.The
formatIntlNumber()formatter is more flexible, but slower.