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

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

Abs(const FBigInteger &value)FBigIntegerstatic
Abs() constFBigInteger
AbsIn()FBigInteger
Add(const FBigInteger &lhs, const FBigInteger &rhs)FBigIntegerstatic
Add(const FBigInteger &rhs) constFBigInteger
AddIn(const FBigInteger &rhs)FBigInteger
And(const FBigInteger &lhs, const FBigInteger &rhs)FBigIntegerstatic
And(const FBigInteger &rhs) constFBigInteger
AndIn(const FBigInteger &rhs)FBigInteger
CanFitIntoDouble() constFBigInteger
CanFitIntoDoubleLossy() constFBigInteger
CanFitIntoFloat() constFBigInteger
CanFitIntoFloatLossy() constFBigInteger
CanFitIntoInt() constFBigInteger
CanFitIntoInt64() constFBigInteger
CanFitIntoUInt() constFBigInteger
CanFitIntoUInt64() constFBigInteger
Clamp(const FBigInteger &value, const FBigInteger &min, const FBigInteger &max)FBigIntegerstatic
Clamp(const FBigInteger &min, const FBigInteger &max) constFBigInteger
ClampIn(const FBigInteger &min, const FBigInteger &max)FBigInteger
ClearBit(const FBigInteger &value, int32 bitIndex)FBigIntegerstatic
ClearBit(int32 bitIndex) constFBigInteger
ClearBitIn(int32 bitIndex)FBigInteger
Compare(int32 lhs, const FBigInteger &rhs)FBigIntegerstatic
Compare(uint32 lhs, const FBigInteger &rhs)FBigIntegerstatic
Compare(int64 lhs, const FBigInteger &rhs)FBigIntegerstatic
Compare(uint64 lhs, const FBigInteger &rhs)FBigIntegerstatic
Compare(const FBigInteger &lhs, int32 rhs)FBigIntegerstatic
Compare(const FBigInteger &lhs, uint32 rhs)FBigIntegerstatic
Compare(const FBigInteger &lhs, int64 rhs)FBigIntegerstatic
Compare(const FBigInteger &lhs, uint64 rhs)FBigIntegerstatic
Compare(const FBigInteger &lhs, const FBigInteger &rhs)FBigIntegerstatic
CompareMagnitude(const FBigInteger &lhs, const FBigInteger &rhs)FBigIntegerstatic
CompareMagnitudeTo(const FBigInteger &rhs) constFBigInteger
CompareTo(int32 rhs) constFBigInteger
CompareTo(uint32 rhs) constFBigInteger
CompareTo(int64 rhs) constFBigInteger
CompareTo(uint64 rhs) constFBigInteger
CompareTo(const FBigInteger &rhs) constFBigInteger
CopySign(const FBigInteger &lhs, const FBigInteger &rhs)FBigIntegerstatic
CopySign(const FBigInteger &rhs) constFBigInteger
CopySignIn(const FBigInteger &rhs)FBigInteger
CountPrecisionBits(const FBigInteger &value)FBigIntegerstatic
CountPrecisionBits() constFBigInteger
Decrement(const FBigInteger &value)FBigIntegerstatic
Decrement() constFBigInteger
DecrementIn()FBigInteger
Divide(const FBigInteger &lhs, uint32 rhs)FBigIntegerstatic
Divide(const FBigInteger &lhs, uint64 rhs)FBigIntegerstatic
Divide(const FBigInteger &lhs, const FBigInteger &rhs)FBigIntegerstatic
Divide(uint32 rhs) constFBigInteger
Divide(uint64 rhs) constFBigInteger
Divide(const FBigInteger &rhs) constFBigInteger
DivRem(const FBigInteger &lhs, uint32 rhs, FBigInteger &quotient)FBigIntegerstatic
DivRem(const FBigInteger &lhs, uint64 rhs, FBigInteger &quotient)FBigIntegerstatic
DivRem(const FBigInteger &lhs, const FBigInteger &rhs, FBigInteger &quotient)FBigIntegerstatic
DivRem(const uint32 divisor, FBigInteger &quotient) constFBigInteger
DivRem(const uint64 divisor, FBigInteger &quotient) constFBigInteger
DivRem(const FBigInteger &divisor, FBigInteger &quotient) constFBigInteger
DivRemIn(const FBigInteger &divisor)FBigInteger
FBigInteger()FBigInteger
FBigInteger(bool value)FBigIntegerexplicit
FBigInteger(int8 value)FBigInteger
FBigInteger(uint8 value)FBigInteger
FBigInteger(int16 value)FBigInteger
FBigInteger(uint16 value)FBigInteger
FBigInteger(int32 value)FBigInteger
FBigInteger(uint32 value)FBigInteger
FBigInteger(int64 value)FBigInteger
FBigInteger(uint64 value)FBigIntegerexplicit
FBigInteger(float value)FBigInteger
FBigInteger(double value)FBigInteger
FBigInteger(const TArray< uint8 > &value)FBigIntegerexplicit
FBigInteger(const TArray< uint8 > &magnitude, bool isNegative)FBigInteger
FBigInteger(const TArray< uint32 > &value)FBigIntegerexplicit
FBigInteger(const TArray< uint32 > &magnitude, bool isNegative)FBigInteger
FloorLog10(const FBigInteger &value)FBigIntegerstatic
FloorLog10() constFBigInteger
FloorLog2(const FBigInteger &value)FBigIntegerstatic
FloorLog2() constFBigInteger
Gcd(const FBigInteger &lhs, uint32 rhs)FBigIntegerstatic
Gcd(const FBigInteger &lhs, uint64 rhs)FBigIntegerstatic
Gcd(const FBigInteger &lhs, const FBigInteger &rhs)FBigIntegerstatic
GetBaseTwoComponents(uint32 &mantissa, int32 &exponent) constFBigInteger
GetBaseTwoComponents(uint64 &mantissa, int32 &exponent) constFBigInteger
GetBit(int32 position) constFBigInteger
GetLength() constFBigInteger
GetSign() constFBigInteger
GetSignedBitLength() constFBigInteger
GetSignedByteLength() constFBigInteger
GetSignedWordLength() constFBigInteger
GetUpperWord() constFBigInteger
GetWord(int32 index) constFBigInteger
Increment(const FBigInteger &value)FBigIntegerstatic
Increment() constFBigInteger
IncrementIn()FBigInteger
Invert(const FBigInteger &value)FBigIntegerstatic
Invert() constFBigInteger
InvertIn()FBigInteger
IsEven() constFBigInteger
IsMinusOne() constFBigInteger
IsNegative() constFBigInteger
IsOdd() constFBigInteger
IsOne() constFBigInteger
IsPositive() constFBigInteger
IsPowerOfTwo() constFBigInteger
IsZero() constFBigInteger
Log10(const FBigInteger &value)FBigIntegerstatic
Log10() constFBigInteger
Log10D(const FBigInteger &value)FBigIntegerstatic
Log10D() constFBigInteger
Log2(const FBigInteger &value)FBigIntegerstatic
Log2() constFBigInteger
Log2D(const FBigInteger &value)FBigIntegerstatic
Log2D() constFBigInteger
Loge(const FBigInteger &value)FBigIntegerstatic
Loge() constFBigInteger
LogeD(const FBigInteger &value)FBigIntegerstatic
LogeD() constFBigInteger
LogX(float base, const FBigInteger &value)FBigIntegerstatic
LogX(double base, const FBigInteger &value)FBigIntegerstatic
LogX(float base) constFBigInteger
LogX(double base) constFBigInteger
Max(const FBigInteger &lhs, const FBigInteger &rhs)FBigIntegerstatic
MaxIn(const FBigInteger &rhs)FBigInteger
MaxMagnitude(const FBigInteger &lhs, const FBigInteger &rhs)FBigIntegerstatic
MaxMagnitudeIn(const FBigInteger &rhs)FBigInteger
Min(const FBigInteger &lhs, const FBigInteger &rhs)FBigIntegerstatic
MinIn(const FBigInteger &rhs)FBigInteger
MinMagnitude(const FBigInteger &lhs, const FBigInteger &rhs)FBigIntegerstatic
MinMagnitudeIn(const FBigInteger &rhs)FBigInteger
MinusOneFBigIntegerstatic
Multiply(const FBigInteger &lhs, const FBigInteger &rhs)FBigIntegerstatic
Multiply(const FBigInteger &rhs) constFBigInteger
Nabs(const FBigInteger &value)FBigIntegerstatic
Nabs() constFBigInteger
NabsIn()FBigInteger
Negate(const FBigInteger &value)FBigIntegerstatic
Negate() constFBigInteger
NegateIn()FBigInteger
Nlz(const FBigInteger &value)FBigIntegerstatic
Nlz() constFBigInteger
Ntz(const FBigInteger &value)FBigIntegerstatic
Ntz() constFBigInteger
OneFBigIntegerstatic
operator bool() constFBigIntegerexplicit
operator double() constFBigIntegerexplicit
operator float() constFBigIntegerexplicit
operator int16() constFBigIntegerexplicit
operator int32() constFBigIntegerexplicit
operator int64() constFBigIntegerexplicit
operator int8() constFBigIntegerexplicit
operator TArray< uint32 >() constFBigIntegerexplicit
operator TArray< uint8 >() constFBigIntegerexplicit
operator uint16() constFBigIntegerexplicit
operator uint32() constFBigIntegerexplicit
operator uint64() constFBigIntegerexplicit
operator uint8() constFBigIntegerexplicit
operator!() constFBigInteger
operator!=FBigIntegerfriend
operator!=FBigIntegerfriend
operator!=FBigIntegerfriend
operator!=FBigIntegerfriend
operator!=FBigIntegerfriend
operator!=FBigIntegerfriend
operator!=FBigIntegerfriend
operator!=FBigIntegerfriend
operator!=FBigIntegerfriend
operator%FBigIntegerfriend
operator%FBigIntegerfriend
operator%FBigIntegerfriend
operator%=(const FBigInteger &rhs)FBigInteger
operator&FBigIntegerfriend
operator&=(const FBigInteger &rhs)FBigInteger
operator*FBigIntegerfriend
operator*=(const FBigInteger &rhs)FBigInteger
operator+FBigIntegerfriend
operator+() constFBigInteger
operator++()FBigInteger
operator++(int)FBigInteger
operator+=(const FBigInteger &rhs)FBigInteger
operator-FBigIntegerfriend
operator-() constFBigInteger
operator--()FBigInteger
operator--(int)FBigInteger
operator-=(const FBigInteger &rhs)FBigInteger
operator/FBigIntegerfriend
operator/FBigIntegerfriend
operator/FBigIntegerfriend
operator/=(const uint32 rhs)FBigInteger
operator/=(const uint64 rhs)FBigInteger
operator/=(const FBigInteger &rhs)FBigInteger
operator<FBigIntegerfriend
operator<FBigIntegerfriend
operator<FBigIntegerfriend
operator<FBigIntegerfriend
operator<FBigIntegerfriend
operator<FBigIntegerfriend
operator<FBigIntegerfriend
operator<FBigIntegerfriend
operator<FBigIntegerfriend
operator<<FBigIntegerfriend
operator<<=(int32 shift)FBigInteger
operator<=FBigIntegerfriend
operator<=FBigIntegerfriend
operator<=FBigIntegerfriend
operator<=FBigIntegerfriend
operator<=FBigIntegerfriend
operator<=FBigIntegerfriend
operator<=FBigIntegerfriend
operator<=FBigIntegerfriend
operator<=FBigIntegerfriend
operator=(bool from)FBigInteger
operator=(int8 from)FBigInteger
operator=(uint8 from)FBigInteger
operator=(int16 from)FBigInteger
operator=(uint16 from)FBigInteger
operator=(int32 from)FBigInteger
operator=(uint32 from)FBigInteger
operator=(int64 from)FBigInteger
operator=(uint64 from)FBigInteger
operator=(float from)FBigInteger
operator=(double from)FBigInteger
operator==FBigIntegerfriend
operator==FBigIntegerfriend
operator==FBigIntegerfriend
operator==FBigIntegerfriend
operator==FBigIntegerfriend
operator==FBigIntegerfriend
operator==FBigIntegerfriend
operator==FBigIntegerfriend
operator==FBigIntegerfriend
operator>FBigIntegerfriend
operator>FBigIntegerfriend
operator>FBigIntegerfriend
operator>FBigIntegerfriend
operator>FBigIntegerfriend
operator>FBigIntegerfriend
operator>FBigIntegerfriend
operator>FBigIntegerfriend
operator>FBigIntegerfriend
operator>=FBigIntegerfriend
operator>=FBigIntegerfriend
operator>=FBigIntegerfriend
operator>=FBigIntegerfriend
operator>=FBigIntegerfriend
operator>=FBigIntegerfriend
operator>=FBigIntegerfriend
operator>=FBigIntegerfriend
operator>=FBigIntegerfriend
operator>>FBigIntegerfriend
operator>>=(int32 shift)FBigInteger
operator^FBigIntegerfriend
operator^=(const FBigInteger &rhs)FBigInteger
operator|FBigIntegerfriend
operator|=(const FBigInteger &rhs)FBigInteger
operator~() constFBigInteger
Or(const FBigInteger &lhs, const FBigInteger &rhs)FBigIntegerstatic
Or(const FBigInteger &rhs) constFBigInteger
OrIn(const FBigInteger &rhs)FBigInteger
Pop(const FBigInteger &value)FBigIntegerstatic
Pop() constFBigInteger
Pow(int32 base, int32 exponent)FBigIntegerstatic
Pow(const FBigInteger &base, int32 exponent)FBigIntegerstatic
Pow(const FBigInteger &base, float exponent)FBigIntegerstatic
Pow(int32 exponent) constFBigInteger
Pow(float exponent) constFBigInteger
Remainder(const FBigInteger &lhs, const uint32 rhs)FBigIntegerstatic
Remainder(const FBigInteger &lhs, const uint64 rhs)FBigIntegerstatic
Remainder(const FBigInteger &lhs, const FBigInteger &rhs)FBigIntegerstatic
Remainder(uint32 rhs) constFBigInteger
Remainder(uint64 rhs) constFBigInteger
Remainder(const FBigInteger &rhs) constFBigInteger
Select(const FBigInteger &whenTrue, const FBigInteger &whenFalse, bool condition)FBigIntegerstatic
SelectIn(const FBigInteger &rhs, bool condition)FBigInteger
SetBit(const FBigInteger &value, int32 bitIndex)FBigIntegerstatic
SetBit(int32 bitIndex) constFBigInteger
SetBitIn(int32 bitIndex)FBigInteger
SetSign(const FBigInteger &value, bool isNegative)FBigIntegerstatic
SetSign(bool isNegative) constFBigInteger
SetSignIn(bool isNegative)FBigInteger
SetValueIn(bool value)FBigInteger
SetValueIn(int8 value)FBigInteger
SetValueIn(uint8 value)FBigInteger
SetValueIn(int16 value)FBigInteger
SetValueIn(uint16 value)FBigInteger
SetValueIn(int32 value)FBigInteger
SetValueIn(uint32 value)FBigInteger
SetValueIn(int64 value)FBigInteger
SetValueIn(uint64 value)FBigInteger
SetValueIn(float value)FBigInteger
SetValueIn(double value)FBigInteger
SetValueIn(const FBigInteger &value)FBigInteger
SetValueIn(const TArray< uint8 > &value)FBigInteger
SetValueIn(const TArray< uint8 > &magnitude, bool isNegative)FBigInteger
SetValueIn(const TArray< uint32 > &value)FBigInteger
SetValueIn(const TArray< uint32 > &magnitude, bool isNegative)FBigInteger
SetWord(const FBigInteger &value, int32 index, uint32 word)FBigIntegerstatic
SetWord(int32 index, uint32 word) constFBigInteger
SetWordIn(int32 index, uint32 word)FBigInteger
ShiftLeft(const FBigInteger &value, int32 shift)FBigIntegerstatic
ShiftLeft(int32 shift) constFBigInteger
ShiftLeftIn(int32 shift)FBigInteger
ShiftRight(const FBigInteger &value, int32 shift)FBigIntegerstatic
ShiftRight(int32 shift) constFBigInteger
ShiftRightIn(int32 shift)FBigInteger
Sqrt(const FBigInteger &value)FBigIntegerstatic
Sqrt() constFBigInteger
Subtract(const FBigInteger &lhs, const FBigInteger &rhs)FBigIntegerstatic
Subtract(const FBigInteger &rhs) constFBigInteger
SubtractIn(const FBigInteger &rhs)FBigInteger
ToggleBit(const FBigInteger &value, int32 bitIndex)FBigIntegerstatic
ToggleBit(int32 bitIndex) constFBigInteger
ToggleBitIn(int32 bitIndex)FBigInteger
ToHexString() constFBigInteger
ToString() constFBigInteger
Xor(const FBigInteger &lhs, const FBigInteger &rhs)FBigIntegerstatic
Xor(const FBigInteger &rhs) constFBigInteger
XorIn(const FBigInteger &rhs)FBigInteger
ZeroFBigIntegerstatic