-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
How to print Double number in ordinal, non-exponential form ?
For example, I can turn it into exponential form:
console.log(new Double('10000000000').div(new Double('3')).toExponential());
'3.333333333333333333333333333333350e+9'
But how to turn it into string:
'3333333333.333333333333333333333333' ?
Metadata
Metadata
Assignees
Labels
No labels