mir-algorithm — Libmir Archive
← Libmir Archive
Dlang.org
BigInt.fromStringImpl
mir
bignum
integer
BigInt
struct
BigInt
(uint size64)
@
safe
scope @
trusted
pure @
nogc
nothrow
bool
fromStringImpl
(
C
)
(
scope
const
(
C
)[]
str
)
if
(
isSomeChar
!
C
)
if
(
size64
&&
size64
<= ushort.
max
)
Return Value
Type:
bool
false in case of overflow or incorrect string. Precondition: non-empty coefficients.
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