mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
BigInt.toString
mir
bignum
integer
BigInt
Returns a string representation of the BigInt or writes it to an output range.
immutable
(
C
)[]
toString
()
void
toString
(W w)
struct
BigInt
(uint size64)
@
safe
scope const
void
toString
(
C
=
char
W
)
(
ref
scope
W
w
)
if
(
isSomeChar
!
C
&&
isMutable
!
C
)
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
Returns a string representation of the BigInt or writes it to an output range.