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
UBigIntegerLibrary Member List

This is the complete list of members for UBigIntegerLibrary, including all inherited members.

Abs_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
Add_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
And_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
CanFitIntoDouble_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
CanFitIntoDoubleLossy_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
CanFitIntoFloat_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
CanFitIntoFloatLossy_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
CanFitIntoInteger64_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
CanFitIntoInteger_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
Clamp_BigInteger(const FBigInteger &Value, const FBigInteger &Min, const FBigInteger &Max)UBigIntegerLibrarystatic
ClearBit_BigIntegerInt(const FBigInteger &Value, int32 Bit)UBigIntegerLibrarystatic
Compare_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
Compare_BigIntegerInt(const FBigInteger &A, int32 B)UBigIntegerLibrarystatic
Compare_BigIntegerInt64(const FBigInteger &A, int64 B)UBigIntegerLibrarystatic
Compare_Int64BigInteger(int64 A, const FBigInteger &B)UBigIntegerLibrarystatic
Compare_IntBigInteger(int32 A, const FBigInteger &B)UBigIntegerLibrarystatic
CompareExec_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
CompareExec_BigIntegerInteger(const FBigInteger &A, int32 B)UBigIntegerLibrarystatic
CompareExec_BigIntegerInteger64(const FBigInteger &A, int64 B)UBigIntegerLibrarystatic
CompareExec_Integer64BigInteger(int64 A, const FBigInteger &B)UBigIntegerLibrarystatic
CompareExec_IntegerBigInteger(int32 A, const FBigInteger &B)UBigIntegerLibrarystatic
CompareExecMagnitude_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
CompareMagnitude_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
Conv_BigIntegerToBool(const FBigInteger &In)UBigIntegerLibrarystatic
Conv_BigIntegerToByte(const FBigInteger &In)UBigIntegerLibrarystatic
Conv_BigIntegerToByteArray(const FBigInteger &In)UBigIntegerLibrarystatic
Conv_BigIntegerToDouble(const FBigInteger &In)UBigIntegerLibrarystatic
Conv_BigIntegerToFloat(const FBigInteger &In)UBigIntegerLibrarystatic
Conv_BigIntegerToInt(const FBigInteger &In)UBigIntegerLibrarystatic
Conv_BigIntegerToInt64(const FBigInteger &In)UBigIntegerLibrarystatic
Conv_BoolToBigInteger(bool In)UBigIntegerLibrarystatic
Conv_ByteArrayToBigInteger(const TArray< uint8 > &In)UBigIntegerLibrarystatic
Conv_ByteToBigInteger(uint8 In)UBigIntegerLibrarystatic
Conv_DoubleToBigInteger(double In)UBigIntegerLibrarystatic
Conv_FloatToBigInteger(float In)UBigIntegerLibrarystatic
Conv_Int64ToBigInteger(int64 In)UBigIntegerLibrarystatic
Conv_IntToBigInteger(int32 In)UBigIntegerLibrarystatic
CopySign_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
CountBits_BigInteger(const FBigInteger &Value)UBigIntegerLibrarystatic
CountLeadingZeros_BigInteger(const FBigInteger &Value)UBigIntegerLibrarystatic
CountPrecisionBits_BigInteger(const FBigInteger &Value)UBigIntegerLibrarystatic
CountTrailingZeros_BigInteger(const FBigInteger &Value)UBigIntegerLibrarystatic
Decrement_BigInteger(UPARAM(ref) FBigInteger &In)UBigIntegerLibrarystatic
Divide_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
DivRem_BigIntegerBigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B, FBigInteger &Quotient, FBigInteger &Remainder)UBigIntegerLibrarystatic
EqualEqual_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
EqualEqual_BigIntegerInteger(const FBigInteger &A, int32 B)UBigIntegerLibrarystatic
EqualEqual_BigIntegerInteger64(const FBigInteger &A, int64 B)UBigIntegerLibrarystatic
EqualEqual_Integer64BigInteger(int64 A, const FBigInteger &B)UBigIntegerLibrarystatic
EqualEqual_IntegerBigInteger(int32 A, const FBigInteger &B)UBigIntegerLibrarystatic
FloorLog10_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
FloorLog2_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
Gcd_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
GetBit_BigInteger(const FBigInteger &Value, int32 Position)UBigIntegerLibrarystatic
GetSign_BigInteger(const FBigInteger &Value)UBigIntegerLibrarystatic
GetSignedBitLength_BigInteger(const FBigInteger &Value)UBigIntegerLibrarystatic
GetSignedByteLength_BigInteger(const FBigInteger &Value)UBigIntegerLibrarystatic
GetSignedWordLength_BigInteger(const FBigInteger &Value)UBigIntegerLibrarystatic
GetWordLength_BigInteger(const FBigInteger &Value)UBigIntegerLibrarystatic
Greater_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
Greater_BigIntegerInteger(const FBigInteger &A, int32 B)UBigIntegerLibrarystatic
Greater_BigIntegerInteger64(const FBigInteger &A, int64 B)UBigIntegerLibrarystatic
Greater_Integer64BigInteger(int64 A, const FBigInteger &B)UBigIntegerLibrarystatic
Greater_IntegerBigInteger(int32 A, const FBigInteger &B)UBigIntegerLibrarystatic
GreaterEqual_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
GreaterEqual_BigIntegerInteger(const FBigInteger &A, int32 B)UBigIntegerLibrarystatic
GreaterEqual_BigIntegerInteger64(const FBigInteger &A, int64 B)UBigIntegerLibrarystatic
GreaterEqual_Integer64BigInteger(int64 A, const FBigInteger &B)UBigIntegerLibrarystatic
GreaterEqual_IntegerBigInteger(int32 A, const FBigInteger &B)UBigIntegerLibrarystatic
Increment_BigInteger(UPARAM(ref) FBigInteger &In)UBigIntegerLibrarystatic
Invert_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
IsEven_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
IsMinusOne_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
IsNegative_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
IsOdd_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
IsOne_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
IsPositive_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
IsPowerOfTwo_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
IsZero_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
Less_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
Less_BigIntegerInteger(const FBigInteger &A, int32 B)UBigIntegerLibrarystatic
Less_BigIntegerInteger64(const FBigInteger &A, int64 B)UBigIntegerLibrarystatic
Less_Integer64BigInteger(int64 B, const FBigInteger &A)UBigIntegerLibrarystatic
Less_IntegerBigInteger(int32 B, const FBigInteger &A)UBigIntegerLibrarystatic
LessEqual_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
LessEqual_BigIntegerInteger(const FBigInteger &A, int32 B)UBigIntegerLibrarystatic
LessEqual_BigIntegerInteger64(const FBigInteger &A, int64 B)UBigIntegerLibrarystatic
LessEqual_Integer64BigInteger(int64 A, const FBigInteger &B)UBigIntegerLibrarystatic
LessEqual_IntegerBigInteger(int32 A, const FBigInteger &B)UBigIntegerLibrarystatic
Log10_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
Log10D_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
Log2_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
Log2D_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
Log_BigIntegerDouble(const FBigInteger &In, double Base)UBigIntegerLibrarystatic
Log_BigIntegerFloat(const FBigInteger &In, float Base)UBigIntegerLibrarystatic
Loge_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
LogeD_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
Make_BigInteger(const TArray< uint8 > &Magnitude, bool IsNegative)UBigIntegerLibrarystatic
Max_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
MaxMag_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
Min_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
MinMag_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
MinusOne()UBigIntegerLibrarystatic
Multiply_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
Nabs_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
Neg_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
Not_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
NotEqual_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
NotEqual_BigIntegerInteger(const FBigInteger &A, int32 B)UBigIntegerLibrarystatic
NotEqual_BigIntegerInteger64(const FBigInteger &A, int64 B)UBigIntegerLibrarystatic
NotEqual_Integer64BigInteger(int64 A, const FBigInteger &B)UBigIntegerLibrarystatic
NotEqual_IntegerBigInteger(int32 A, const FBigInteger &B)UBigIntegerLibrarystatic
One()UBigIntegerLibrarystatic
Or_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
Pow_BigIntegerFloat(const FBigInteger &Base, float Exponent)UBigIntegerLibrarystatic
Pow_BigIntegerInt(const FBigInteger &Base, int32 Exponent)UBigIntegerLibrarystatic
Pow_IntInt(int32 Base, int32 Exponent)UBigIntegerLibrarystatic
Remainder_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
Select_BigInteger(const FBigInteger &WhenTrue, const FBigInteger &WhenFalse, bool Condition)UBigIntegerLibrarystatic
SetBit_BigIntegerInt(const FBigInteger &Value, int32 Bit)UBigIntegerLibrarystatic
SetSign_BigIntegerBool(const FBigInteger &In, bool IsNegative)UBigIntegerLibrarystatic
ShiftLeft_BigIntegerInt(const FBigInteger &In, int32 Shift)UBigIntegerLibrarystatic
ShiftRight_BigIntegerInt(const FBigInteger &In, int32 Shift)UBigIntegerLibrarystatic
Sqrt_BigInteger(const FBigInteger &In)UBigIntegerLibrarystatic
Subtract_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
ToggleBit_BigIntegerInt(const FBigInteger &Value, int32 Bit)UBigIntegerLibrarystatic
Xor_BigIntegerBigInteger(const FBigInteger &A, const FBigInteger &B)UBigIntegerLibrarystatic
Zero()UBigIntegerLibrarystatic