- #1
tyogav
- 14
- 0
How to input absolute values in FORTRAN77?
This was the code I used
READ *,H
PRINT *,H
The input I gave was 0.01
But the output I got was 0.00999999978.
This was the code I used
READ *,H
PRINT *,H
The input I gave was 0.01
But the output I got was 0.00999999978.