[Python-Dev] Expert floats (original) (raw)
Greg Ewing greg at cosc.canterbury.ac.nz
Wed Mar 31 00:05:52 EST 2004
- Previous message: [Python-Dev] Expert floats
- Next message: [Python-Dev] Expert floats
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Shane Hathaway <shane at zope.com>:
ROFL! I can just imagine:
bit 0 - mantissa (lower bit) bit 1 - mantissa (upper bit) bit 2 - exponent bit 3 - sign
Is that exponent in excess-1 format? :-)
Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | A citizen of NewZealandCorp, a | Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. | greg at cosc.canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-Dev] Expert floats
- Next message: [Python-Dev] Expert floats
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]