Module fmod

Source

Functionsยง

fmod
Calculate the remainder of x / y, the precise result of x - trunc(x / y) * y.
fmodf
Calculate the remainder of x / y, the precise result of x - trunc(x / y) * y.
fmodf16
Calculate the remainder of x / y, the precise result of x - trunc(x / y) * y.
fmodf128
Calculate the remainder of x / y, the precise result of x - trunc(x / y) * y.