nn::math::FMod
Function
Syntax
f32 FMod( f32 x, f32 y );
Arguments
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.
Revision History
2010/01/07
Initial version.
CONFIDENTIAL