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
Max Magnitude

Returns the number of two or more numbers with the largest absolute magnitude.

Mnemonic
maxmag
Implementations
Member FBigInteger::MaxMagnitude (const FBigInteger &lhs, const FBigInteger &rhs)

Flavor:Static BI ← maxmag BI BI

Member FBigInteger::MaxMagnitudeIn (const FBigInteger &rhs)

Flavor:Mutating 0 ← maxmag BI BI

Member UBigIntegerLibrary::MaxMag_BigIntegerBigInteger (const FBigInteger &A, const FBigInteger &B)

Flavor:Blueprint BI ← maxmag BI BI