Synopsis
double remquo(double numer,
              double denom,
              int *quot);
Description

remquo computes the remainder of numer divided by denom and the quotient pointed by quot.