Duke's Big Numbers 1.0
C++ and Blueprint libraries for performing math, analysis, and formatting with really large numbers (>10e308).
Loading...
Searching...
No Matches
Get Base Two Components

Gets a base two mantissa and exponent for a number.

Mnemonic
manexp
Implementations
Member FBigInteger::GetBaseTwoComponents (uint32 &mantissa, int32 &exponent) const

Flavor:Instance 0 ← manexp BI U4& I4&

Member FBigInteger::GetBaseTwoComponents (uint64 &mantissa, int32 &exponent) const

Flavor:Instance 0 ← manexp BI U8& I4&