mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
BigUIntAccumulator.put
mir
bignum
low_level_view
BigUIntAccumulator
Places coefficient to the next most significant position.
struct
BigUIntAccumulator
(W, WordEndian endian = TargetEndian)
void
put
(
W
coeffecient
)
if
(
is
(
Unqual
!
W
==
uint
) ||
is
(
Unqual
!
W
==
ulong
)
)
Meta
Source
See Implementation
mir
bignum
low_level_view
BigUIntAccumulator
functions
approxCanMulPow5
canMulPow2
canPut
canPutN
mulPow2
mulPow5
normalize
put
view
variables
coefficients
length
Places coefficient to the next most significant position.