VMS Help  —  CRTL  scalbn
    Returns the exponent of a floating-point number using the
    floating-point base exponent.

    Format

      #include  <math.h>

      double scalbn  (double x, int n);

      float scalbnf  (float x, int n);

      long double scalbnl  (long double x, int n);
Additional Information: explode extract
Arguments Description Return Values
Close Help