nn::math::FGetExpPart Function

Syntax

s32 FGetExpPart(
     f32 f
);

Arguments

Name Description
in f Number whose exponential part you wish to obtain.

Return Values

Returns the exponential part of f. Negative values are expressed in two's complement format, not offset format.

Description

Gets the exponential part of a floating-point number.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL