Copyright Digital Equipment Corp. All rights reserved.
Returns the exponent part of its argument.
This function is supported on OpenVMS Integrity servers and
Alpha only.
Format
#include <math.h>
int ilogb (double x);
int ilogbf (float x);
int ilogbl (long double x);
Argument Description Return_Values