Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

displaying decimals #207

Open
zenport opened this issue Jul 24, 2018 · 2 comments
Open

displaying decimals #207

zenport opened this issue Jul 24, 2018 · 2 comments

Comments

@zenport
Copy link

zenport commented Jul 24, 2018

Hi,
a value of 0.00000001 displays as 1e8, is there a setting I can use to prevent that?

@s-yadav
Copy link
Owner

s-yadav commented Sep 2, 2018

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.

@R3DST0RM
Copy link

Stumbled upon the following PR: #444 after taking a look into this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants