PENF
PENF copied to clipboard
bits string casting of reals
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...