Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <ieee_390.h> float ieee2float (float num); |
Description |
|
Return val. | 4-byte floating-point number in /390 format (in the event of success).
if The global variable 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 bit positions are lost during conversion and the result thus becomes inaccurate, |
See also |
|