hunt-extra v1.1.8 (2021-12-13T08:45:08Z)
Home
Dub
Repo
MutableBigInteger.safeLeftShift
hunt
math
BigInteger
MutableBigInteger
Like {@link #leftShift(int)} but {@code n} can be zero.
class
MutableBigInteger
void
safeLeftShift
(
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
Like {@link #leftShift(int)} but {@code n} can be zero.