Copyright Digital Equipment Corp. All rights reserved.

ilogb

   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);
 


Additional information available:

Argument        Description     Return_Values