You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g. Fortran sqhalf = 0.7071067811865475244 becomes sqhalf = 0.7071067811865476 after transpiling.
The differences come from the not sufficient number of bits used to store the literals. This might not matter in some cases, but in other cases it might cause trouble.
The text was updated successfully, but these errors were encountered:
mbdevpl
changed the title
High precision floating point constants are not preserved exactly.
High precision floating point literal values are not preserved exactly.
May 8, 2019
E.g. Fortran
sqhalf = 0.7071067811865475244
becomessqhalf = 0.7071067811865476
after transpiling.The differences come from the not sufficient number of bits used to store the literals. This might not matter in some cases, but in other cases it might cause trouble.
The text was updated successfully, but these errors were encountered: