mir-algorithm — Libmir Archive
← Libmir Archive
Dlang.org
BigInt.opEquals
mir
bignum
integer
BigInt
bool
opEquals
(BigInt rhs)
bool
opEquals
(ulong rhs, bool rhsSign)
bool
opEquals
(long rhs)
bool
opEquals
(uint rhs)
struct
BigInt
(uint size64)
@
safe
const @
safe
pure nothrow @
nogc
bool
opEquals
(
uint
rhs
)
if
(
size64
&&
size64
<= ushort.
max
)
bool
opEquals
(int rhs)
mir
bignum
integer
BigInt
constructors
this
functions
bitLength
coefficients
copy
copyFrom
copyFromBigEndian
ctlz
divMod
fromBinaryStringImpl
fromHexStringImpl
fromStringImpl
mulPow5
multiply
normalize
opAssign
opCast
opCmp
opEquals
opOpAssign
pow
powMod
putCoefficient
toString
view
static functions
fromBigEndian
fromBinaryString
fromHexString
variables
data
length
sign