[Prev][Next][Index][Thread]

Re: reading a float?



David Lichteblau wrote:
> 
> Given portable bit-twiddling-functions it's as easy as implementing the
> algorithms presented in these papers.

Well, thanks to my prior unpleasant experience hinted at in my previous
message, I know how to do the bit twiddling on Mac 68k 80-bit, PowerPC
64-bit, and x86 64-bit.

What exactly would you need as far as bit-twiddling?

get-exponent
get-mantissa
get-integer-part
get-fraction-part
get-status (NAN, INF, subnormal, and so on)



References: