fmodf

Computes the remainder of the floating point division.

Parameters

x float

The base

y float

The divisor

Return Value

Type: float

The remainder of x / y.

Meta