FX_GetInvResult

C Specification

#include <nitro/fx/fx_cp.h>

fx32 FX_GetInvResult(void);

Arguments

None.

Return Values

Results of the reciprocal calculations.

Description

This function returns the results of the asynchronous reciprocal calculation performed by FX_InvAsync and FX_InvAsyncImm in fx32 format.

See Also

FX_InvAsync, FX_InvAsyncImm, FX_GetInvResultFx64c

Revision History

01/19/2004 Initial version.