-
Notifications
You must be signed in to change notification settings - Fork 139
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
Integer coefficients in Format Fortran90 #216
Comments
This was just brought up in a different way. |
It seems that in the code there is an option pfortran which is undocumented. It is a bit different in representations, but still not completely sane. It looks like the code there needs at least some commentary and an extension |
OK, at least 087a772 can give all-floating-point-number output for
Other combinations or different ordering would give output that the user may not expect. |
I know that for
Format Fortran
(andDoubleFortran
,QuadFortran
) an integer coefficient is not translated to a floating-point number (the second term in the following example):but this is not the case for
Fortran90
:The text was updated successfully, but these errors were encountered: