Computes the logarithm of a number with the given base.
- Mnemonic
log
- Implementations
- Member FBigInteger::LogX (float base, const FBigInteger &value)
Flavor:Static F4 ← log BI F4
- Member FBigInteger::LogX (double base, const FBigInteger &value)
Flavor:Static F8 ← log BI F8
- Member FBigInteger::LogX (float base) const
Flavor:Instance F4 ← log BI I4
- Member FBigInteger::LogX (double base) const
Flavor:Instance F8 ← log BI I4
- Member UBigIntegerLibrary::Log_BigIntegerDouble (const FBigInteger &In, double Base)
Flavor:Blueprint F8 ← log BI F8
- Member UBigIntegerLibrary::Log_BigIntegerFloat (const FBigInteger &In, float Base)
Flavor:Blueprint F4 ← log BI F4