VMS Help  —  CRTL  fmax
    Returns the maximum numeric value of its arguments.

    This function is OpenVMS Alpha and Integrity servers only.

    Format

      #include  <math.h>

      double fmax  (double x, double y);

      float fmaxf  (float x, float y);

      long double fmaxl  (long double x, long double y);
Additional Information: explode extract
Argument Description Return Values
Close Help