mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
BigInt.putCoefficient
mir
bignum
integer
BigInt
Sets the coefficient of this BigInt to the given value.
struct
BigInt
(uint size64)
@
safe
void
putCoefficient
(
size_t
value
)
if
(
size64
&&
size64
<= ushort.
max
)
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
Sets the coefficient of this BigInt to the given value.