VMS Help  —  CRTL  fabs
    Returns the absolute value of its argument.

    Format

      #include  <math.h>

      double fabs  (double x);

      float fabsf  (float x); (Integrity servers, Alpha)

      long double fabsl  (long double x); (Integrity servers, Alpha)
Additional Information: explode extract
Argument Return Value
Close Help