Computes the integral floor of the base 10 logarithm of a number.
- Mnemonic
flog10
- Implementations
- Member Duke::FMoreMath::FloorLog10 (int32 number)
Flavor:Static I4 ← flog10 I4
- Member Duke::FMoreMath::FloorLog10 (uint32 number)
Flavor:Static I4 ← flog10 U4
- Member Duke::FMoreMath::FloorLog10 (int64 number)
Flavor:Static I4 ← flog10 I8
- Member Duke::FMoreMath::FloorLog10 (uint64 number)
Flavor:Static I4 ← flog10 U8
- Member Duke::FMoreMath::FloorLog10 (float number)
Flavor:Static I4 ← flog10 F4
- Member Duke::FMoreMath::FloorLog10 (double number)
Flavor:Static I4 ← flog10 F8
- Member FBigInteger::FloorLog10 (const FBigInteger &value)
Flavor:Static U4 ← flog10 BI
- Member FBigInteger::FloorLog10 () const
Flavor:Instance U4 ← flog10 BI
- Member UBigIntegerLibrary::FloorLog10_BigInteger (const FBigInteger &In)
Flavor:Blueprint I4 ← flog10 BI
- Member UMoreMathLibrary::FloorLog10_Double (double Number)
Flavor:Blueprint I4 ← flog10 F8
- Member UMoreMathLibrary::FloorLog10_Float (float Number)
Flavor:Blueprint I4 ← flog10 F4
- Member UMoreMathLibrary::FloorLog10_Integer (int32 Number)
Flavor:Blueprint I4 ← flog10 I4
- Member UMoreMathLibrary::FloorLog10_Integer64 (int64 Number)
Flavor:Blueprint I4 ← flog10 I8