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

Fix scientific notation #110

Closed
domHolschen opened this issue Nov 19, 2016 · 2 comments
Closed

Fix scientific notation #110

domHolschen opened this issue Nov 19, 2016 · 2 comments
Assignees

Comments

@domHolschen
Copy link

The exponent (ex: 12.89e+15) only can be a multiple of 3, which causes numbers such as 12.89e+15 to be written. The base (ex: 12.89e+15) in scientific notation can be equal or greater than 1, but less than 10 for the number to be in proper scientific notation..

@Aktanusa Aktanusa self-assigned this Nov 20, 2016
@Aktanusa
Copy link
Collaborator

I'll add another option to do this.

Aktanusa added a commit that referenced this issue Jul 13, 2018
@Aktanusa
Copy link
Collaborator

Aktanusa commented Jul 13, 2018

Fixed in Version 2.0109.1

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

2 participants