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