FX_DivS32


C Specification

#include <nitro/fx/fx_cp.h>

s32 FX_DivS32(s32 a, s32 b);

Description

This function performs division with two s32 types using the Divider internally. The results are returned as a s32 type. This function is faster than normal C integer division.

Arguments

a s32 type integer numerator
b s32 type integer denominator

Return Values

Result of the division

See Also

Revision History

02/13/2004 Initial Version