#include <nitro/fx/fx_cp.h>
fx32 FX_GetDivResult(void);
This function returns the results of asynchronous fixed-point decimal division performed with FX_DivAsync and FX_DivAsyncImm in fx32 format.
None.
Division results.
FX_DivAsync, FX_DivAsyncImm, FX_GetDivResultFx64c
01/19/2004 Initial Version