PENF icon indicating copy to clipboard operation
PENF copied to clipboard

bits string casting of reals

Open szaghi opened this issue 10 years ago • 0 comments

The casting of numbers (integer and real) to bits string is done by B format specifier. This is standard (2003) compliant only for integer, whereas for real this is an Intel Fortran extension! This is known bug that must be fixed in some way. The trick to use transfer function seems to not work correctly. The low-level bits functions must be used...

szaghi avatar Feb 17 '15 13:02 szaghi