FMod

nn::math::FMod Function

Syntax

f32 FMod(
     f32 x,
     f32 y
);

Parameters

Name Description
in x Number to be divided (dividend).
in y Number to divide by (divisor).

Return Values

Returns the remainder of x divided by y.

Description

Calculates the remainder.

This function uses the standard fmodf function.

Revision History

2011/08/26
Added text about internal implementation.
2010/01/07
Initial version.

CONFIDENTIAL