FGetMantPart

nn::math::FGetMantPart Function

Syntax

f32 FGetMantPart(
     f32 f
);

Parameters

Name Description
in f Number whose mantissa you wish to obtain.

Return Values

Returns the mantissa of f. The return value has the same sign as f.

Description

Finds the mantissa of a floating-point number.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL