VMS Help
CPML, ilogb()
*Conan The Librarian
|
Interface
int ilogb (F_TYPE x)
ilogb(x) returns the unbiased exponent of x as an integer, (as if
x were normalized >= 1.0 and < 2.0) except:
ilogb(NaN) is INT_MIN
ilogb(inf) is INT_MAX
logb(0) is INT_MIN
There are no errors. The sign of x is ignored.
Entry-Point Names
Generic Compaq
Function Data Type Tru64 UNIX
Name Required OpenVMS Alpha Alpha
ilogb S_FLOAT math$ilogb_s ilogbf
T_FLOAT math$ilogb_t ilogb
X_FLOAT math$ilogb_x ilogbl
F_FLOAT math$ilogb_f
G_FLOAT math$ilogb_g
None.