mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
BigInt.pow
mir
bignum
integer
BigInt
Returns this BigInt raised to the power of the given ulong degree.
struct
BigInt
(uint size64)
@
safe
ref
ref
pow
()
(
ulong
degree
)
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 this BigInt raised to the power of the given ulong degree.