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