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
Logarithm Base 2

Computes the base 2 logarithm of a number, yielding a Float.

Mnemonic
log2
Implementations
Member FBigInteger::Log2 (const FBigInteger &value)

Flavor:Static F4 ← log2 BI

Member FBigInteger::Log2 () const

Flavor:Instance F4 ← log2 BI

Member UBigIntegerLibrary::Log2_BigInteger (const FBigInteger &In)

Flavor:Blueprint F4 ← log2 BI