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

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

Mnemonic
minmag
Implementations
Member FBigInteger::MinMagnitude (const FBigInteger &lhs, const FBigInteger &rhs)

Flavor:Static BI ← minmag BI BI

Member FBigInteger::MinMagnitudeIn (const FBigInteger &rhs)

Flavor:Mutating 0 ← minmag BI BI

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

Flavor:Blueprint BI ← minmag BI BI