The IEEE 754 standard defines the behavior of a numeric environment in such a way that the computation should generate the same result across any compliant platforms.
It specifies the exact format for the storage and manipulation of the values. It also specifies bounding ranges for exponents and mantissas.
The standards describes how and when rounding should occur and the direction in which rounding takes place. Exceptions are also described and this determines how the NaN value is generated and propagated through expressions.
See also: | byte, Floating constant, NaN, Not a number, Number |
Prev | Home | Next |
ids | Up | if( ... ) ... |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |