Definition | #include <ieee_390.h> extern double ieee2double (double num);
|
Parameters | double num 8-byte floating-point number in IEEE format |
Return val. | 8-byte floating-point number in /390 format (in the event of success)
represented in /390 format or if If the IEEE floating-point number is greater than the largest number that can be represented The global variable float_exceptions_flag contains information for the event of unsuccessful extern int float_exception_flags; enum { float_flag_inexact = 1, float_flag_divbyzero = 2, float_flag_underflow = 4, float_flag_overflow = 8, float_flag_invalid = 16 }; If the IEEE floating-point number is greater than the largest number that can be represented If the IEEE floating-point number is smaller than the smallest number that can be If |
See also | float2ieee, float2ieee, double2ieee |