hunt-extra v1.1.8 (2021-12-13T08:45:08Z)
Home
Dub
Repo
MutableBigInteger.addLower
hunt
math
BigInteger
MutableBigInteger
Adds the low {@code n} ints of {@code addend}.
class
MutableBigInteger
void
addLower
(
MutableBigInteger
addend
,
int
n
)
Meta
Source
See Implementation
hunt
math
BigInteger
MutableBigInteger
constructors
this
functions
add
addDisjoint
addLower
addShifted
bitLength
clear
cloneValue
compare
compareHalf
copyValue
divide
divideAndRemainderBurnikelZiegler
divideKnuth
divideOneWord
euclidModInverse
hybridGCD
isEven
isNormal
isOdd
isOne
isZero
leftShift
modInverseMP2
mul
multiply
mutableModInverse
normalize
reset
rightShift
safeLeftShift
safeRightShift
setInt
setValue
sqrt
subtract
toBigInteger
toCompactValue
toIntArray
toString
static functions
binaryGcd
divWord
fixup
inverseMod32
inverseMod64
modInverseBP2
static variables
ONE
variables
KNUTH_POW2_THRESH_LEN
KNUTH_POW2_THRESH_ZEROS
intLen
offset
value
Adds the low {@code n} ints of {@code addend}.