Copyright Digital Equipment Corp. All rights reserved.

logb

   Returns the radix-independent exponent of the argument.

   This function is supported on OpenVMS Integrity servers and
   Alpha only.

   Format

     #include  <math.h>

     double logb  (double x);

     float logbf  (float x);

     long double logbl  (long double x);
 


Additional information available:

Argument        Description     Return_Values