VMS Help  —  CRTL  remainder
    Returns the floating-point remainder r = x - n*y) when y is
    nonzero.

    This function is OpenVMS Alpha and Integrity servers only.

    Format

      #include  <math.h>

      double remainder  (double x, double y);

      float remainderf  (float x, float y);

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