#include <nitro/fx/fx_cp.h>
s32 FX_ModS32(s32 a, s32 b)
;
a | s32 type integer numerator |
b |
s32 type integer denominator |
Remainder from the integer division.
This function divides s32 types and returns the remainder as an s32 type. The Divider is used internally. This function is faster than the C modular operator.
02/13/2004 Initial version.