remainderf

Computes the remainder of the floating point division.

Note: As opposed to fmod, the return value is not guaranteed to be the same sign as x.

Parameters

x float

The base

y float

The divisor

Return Value

Type: float

The remainder of x / y.

Meta