mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
BigInt.this
mir
bignum
integer
BigInt
Constructs a BigInt from a fixed-size unsigned integer, a static array of size_t, or a ulong.
this
(UInt!size fixedInt)
this
(size_t[N] data)
this
(ulong data)
struct
BigInt
(uint size64)
@
safe
this
(
ulong
data
)
if
(
size64
&&
size64
<= ushort.
max
)
this
(long data)
this
(int data)
this
(uint data)
this
(const(char)[] str)
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
Constructs a BigInt from a fixed-size unsigned integer, a static array of size_t, or a ulong.