Function Reference
— Mapping Function: fmod (x, y)

Compute the floating point remainder of dividing x by y using the C library function fmod. The result has the same sign as x. If y is zero, the result is implementation-defined.