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 of the same size.
this
(UInt!size fixedInt)
struct
BigInt
(uint size64)
@
safe
this
(
uint
size
)
(
UInt
!
size
fixedInt
)
if
(
size64
&&
size64
<= ushort.
max
)
this
(size_t[N] data)
this
(ulong data)
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 of the same size.