Guardian Programmer's Guide

Table Of Contents
Using Floating-Point Formats
Guardian Programmer’s Guide 421922-014
28 - 8
Floating-Point Operating Mode Routines
Considerations
Use 64-bit floating-point format instead of 32-bit floating-point format for greater
precision, especially when doing intermediate calculations.
Use the default operating modes for rounding and trap handling.
IEEE floating-point values cannot be stored in SQL/MP databases.
You cannot compile a module that uses both IEEE floating-point and embedded
SQL. Compile the IEEE floating point and the embedded SQL modules separately,
and then link them together.
You cannot use IEEE floating-point values in programs that use NonStop Tuxedo
software and NonStop Distributed Object Manager/MP (DOM/MP) software. These
products support only Tandem floating-point values.