Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Fix grammar of Fortran floating point numbers#3

Open
melven wants to merge 1 commit into
DLR-SC:masterfrom
melven:Fortran-floating-point-numbers
Open

Fix grammar of Fortran floating point numbers#3
melven wants to merge 1 commit into
DLR-SC:masterfrom
melven:Fortran-floating-point-numbers

Conversation

@melven

@melven melven commented Jun 18, 2016

Copy link
Copy Markdown
Contributor

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

led02 commented Jun 20, 2016

Copy link
Copy Markdown
Collaborator

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants