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
Make Double

Builds a Double from component parts.

Mnemonic
makef8
Implementations
Member Duke::FIeeeHelper::MakeDouble (int32 sign, int32 exponent, uint64 mantissa)

Flavor:Static F8 ← makef8 I4 I4 U8