Duke's Big Numbers 1.0
C++ and Blueprint libraries for performing math, analysis, and formatting with really large numbers (>10e308).
|
This is the complete list of members for Duke::FMoreMath, including all inherited members.
FloorLog10(int32 number) | Duke::FMoreMath | static |
FloorLog10(uint32 number) | Duke::FMoreMath | static |
FloorLog10(int64 number) | Duke::FMoreMath | static |
FloorLog10(uint64 number) | Duke::FMoreMath | static |
FloorLog10(float number) | Duke::FMoreMath | static |
FloorLog10(double number) | Duke::FMoreMath | static |
FloorLog2(float number) | Duke::FMoreMath | static |
FloorLog2(double number) | Duke::FMoreMath | static |
Gcd(uint32 lhs, uint32 rhs) | Duke::FMoreMath | static |
Gcd(int64 lhs, int64 rhs) | Duke::FMoreMath | static |
Gcd(uint64 lhs, uint64 rhs) | Duke::FMoreMath | static |
Pow10Int(int32 exponent) | Duke::FMoreMath | static |
Pow10Int64(int32 exponent) | Duke::FMoreMath | static |
Pow10UInt(int32 exponent) | Duke::FMoreMath | static |
Pow10UInt64(int32 exponent) | Duke::FMoreMath | static |