Skip to content

fmod()#

Syntax
fmod( x, y )

Returns#

Returns the floating-point remainder of x divided by y.

Parameters#

Parameter Description
x The dividend.
y The divisor.