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 grammar of Fortran floating point numbers #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

melven
Copy link
Contributor

@melven melven commented Jun 18, 2016

Fortran allows to omit zeros behind the decimal point, e.g. 1. for 1.0...
Examples for floating point numbers:
1.0
1.
1e0

Fortran allows to omit zeros behind the decimal point, e.g. 1. for 1.0...
Examples for floating point numbers:
1.0
1.
1e0
@led02
Copy link
Collaborator

led02 commented Jun 20, 2016

I'm not sure if this won't break anything in another place. I will test with my examples, but thanks so far.

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

Successfully merging this pull request may close these issues.

2 participants