The information in this article applies to:
SUMMARY
The IEEE floating point standard defines the following five exceptions:
invalid operation, divide by zero, overflow, underflow, and precision. The
Microsoft FORTRAN run-time libraries provide the following three routines
to obtain and modify the value of the status and control words:
MORE INFORMATIONThe following code example demonstrates using the LCWRQQ function to disable the overflow and divide by zero exceptions and their corresponding run-time errors. Sample Code
NOTE: In FORTRAN PowerStation, GETSTATUSFPQQ is equivalent to SSWRQQ,
GETCONTROLFPQQ is equivalent to SCWRQQ, and SETCONTROLFPQQ is equivalent to
LCWRQQ.
Additional query words: kbinf 1.00 3.30 4.00 4.10 5.00 5.10
Keywords : kbcode kbFortranPS kbLangFortran |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |