VMS Help  —  CRTL  scalb
    Returns the exponent of a floating-point number.

    This function is OpenVMS Alpha and Integrity servers only.

    Format

      #include  <math.h>

      double scalb  (double x, double n);

      float scalbf  (float x, float n);

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