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

The format ',.4~e' will trim trailing zeroes on exoponent #83

Closed
oskla129 opened this issue Dec 16, 2019 · 0 comments · Fixed by #86
Closed

The format ',.4~e' will trim trailing zeroes on exoponent #83

oskla129 opened this issue Dec 16, 2019 · 0 comments · Fixed by #86

Comments

@oskla129
Copy link

Hi,

The folowing call format(',.4~e')(1.53677E-10) will give 1.5367e-1 when it should have been 1.5367e-10

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

Successfully merging a pull request may close this issue.

1 participant