Hi all,
SGL have 1bit for sign, 8bits for exponent and 23bits for mantissa
DBL have 1bit for sign, 11bits for exponent and 52bits for mantissa
I'm looking for the same info about EXT representation and the context help says it varies on different platform. The G Programming Reference Manual says (Appendix A)this :
EXT on Windows have 80bits (1,16,64) that's 81 :S
EXT on PowerMacs have 128bits and are 2 DBLs tied together ((1,11,52)(1,11,52))
Is that still true, because the document seems to be quite old and I suspect MacOS platform to have changed :-o
Where can I find the up-to-date information on that ?
Thanks