MicrOS
|
#include "../math.h"
Functions | |
float | remainderf (float x, float y) |
Compute reminder required by IEC 60559. More... | |
float remainderf | ( | float | x, |
float | y | ||
) |
Compute reminder required by IEC 60559.
The remainderf functions compute the remainder x REM y required by IEC 60559.
x | Value of the quotient numerator.. |
y | Value of the quotient denominator.. |