4 Apr
2017
4 Apr
'17
9:22 a.m.
Is that what you really want for denormalized floats? On 03-Apr-17 16:52, Henry Baker wrote:
Is there a name for the function that simply kills all of the bits of precision from an IEEE floating point number, leaving it as a simple power of 2 ?
For a big-endian machine, pick up the 32 bits of the IEEE32 float and AND it with -2^23.
Or pick up 64 bits of IEEE64 float and AND it with -2^52.
_______________________________________________ math-fun mailing list math-fun@mailman.xmission.com https://mailman.xmission.com/cgi-bin/mailman/listinfo/math-fun