#include <nitro/fx/fx_cp.h>
fx32 FX_Mod(fx32 numer, fx32 denom);
This function uses two fx32 types for division
and returns the remainder
as an fx32 type. The Divider is used
internally. The sign for the remainder is the same as numer.
numer |
fx32 type fixed-point
numerator |
denom |
fx32 type fixed-point denominator |
Remainder of numer/denom
02/13/2004 Initial Version