FInv

nn::math::FInv Function

Syntax

f32 FInv(
     f32 x
);

Parameters

Name Description
in x Value whose inverse you wish to find.

Return Values

Returns the inverse of x.

Description

Finds the multiplicative inverse at high speed and low precision.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL