Math Coprocessor May Use Different Level of PrecisionLast reviewed: August 20, 1995Article ID: Q57298 |
The information in this article applies to:
SUMMARYIn Microsoft Excel, when you perform calculations using numbers that contain decimals, you may receive slightly different (more accurate) results with a math coprocessor present.
MORE INFORMATIONIf a math coprocessor is not present, Microsoft Excel uses math coprocessor emulation for its calculations. Calculations using a math coprocessor may use higher precision and therefore may return a slightly different number than the same calculation using the emulation. The difference between emulation and coprocessor is that emulation is done entirely with double precision floats (8 bytes). The coprocessor may convert to a higher precision format (extended precision floats (10 bytes)) internally, but we always interface with it with double precision floats. Therefore although a math coprocessor may give slightly higher precision, it doesn't always do so. Emulation always gives at least double precision accuracy. For additional information, please see the following article(s) in the Microsoft Knowledge Base:
ARTICLE-ID: Q78113 TITLE : Excel: Floating-Point Arithmetic May Give Inaccurate Results |
KBCategory: kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |