libm
0.2.15
Module fmod
Module Items
Functions
In libm::
math
libm
::
math
Module
fmod
Copy item path
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
.