Synopsis
float remquof(float numer,
              float denom,
              int *quot);
Description

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