You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should get a pass such number in string format. The module do .toString method on number, in which case 0.00000001 will give exponential format 1e-8 .
Currently conversion exponential to non exponential is not supported. Will keep this open as feature request.
Hi,
a value of 0.00000001 displays as 1e8, is there a setting I can use to prevent that?
The text was updated successfully, but these errors were encountered: