#include <nitro/fx/fx_cp.h>
s32 FX_DivS32(s32 a, s32 b)
;
a | s32 type integer numerator |
b |
s32 type integer denominator |
Division results.
This function performs division with two s32 types. The results are returned in an s32 format. The Divider is used internally. This function is faster than normal C integer division.
02/13/2004 Initial version.