|  3DSoftware.com > Programming > Floating Point > Page 10 |
|
Floating Point Numbers
Page 10
Wide Floating Point Data Exchange Format This page covers data exchange of WideFloat numbers. FloatBin FloatBin is a binary format. The leading bit is an error flag, the second bit is the sign of the significand, the next group of bits is the We are currently supporting the following |
|
|
The leading bit is an error flag. If that bit is clear (equal to zero), then the number being stored is valid. If that bit is set (equal to 1), then the number being stored is invalid. If the number being stored is valid, the leading bit of this format is clear, the second bit is the sign bit of the significand, and the next If the exponent magnitude is too large to be saved to this format, the number stored is invalid (overflow). If the exponent magnitude is too small, the number is stored as zero. Denormals are not supported. Zero is stored as all bits cleared. Negative zero is not supported. If the leading bit of this format is set (equal |
| Page 10 | ||||
|
|
Copyright © 2008 by 3D Software. All rights reserved. 3D Software, P.O. Box 221190, Sacramento CA 95822 USA www.3DSoftware.com Contact us |
| Thursday, 20-Nov-2008 12:07:50 GMT |