Search
extra-bigint
A BigInt can represent whole numbers larger than 2⁵³ - 1.
v1.2.0 URL:
https://unpkg.com/extra-bigint@1.2.0/index.js
Open
Browse Files
extra
bigint
big
integer
aliquotParts
clamp
greatestPrimeFactor
hcf
leastPrimeFactor
map
mean
rootMeanSquare
abs
aliquotSum
arithmeticMean
binomial
cbrt
ceilDiv
compare
constrain
cubicMean
factorial
floorDiv
gcd
geometricMean
harmonicMean
hypot
is
isPow10
isPow2
isPrime
lcm
lerp
log10
log2
max
maxPrimeFactor
median
min
minPrimeFactor
mod
modes
modp
multinomial
nextPow10
nextPow2
prevPow10
prevPow2
primeExponentials
primeFactors
product
properDivisors
quadriaticMean
range
rem
remap
root
roundDiv
sign
sqrt
sum
variance
extra-bigint.web
A BigInt can represent whole numbers larger than 2⁵³ - 1 {web}.
v1.2.0 URL:
https://unpkg.com/extra-bigint.web@1.2.0/index.js
Open
Browse Files
extra
bigint
big
integer
aliquotParts
clamp
greatestPrimeFactor
hcf
leastPrimeFactor
map
mean
rootMeanSquare
abs
aliquotSum
arithmeticMean
binomial
cbrt
ceilDiv
compare
constrain
cubicMean
factorial
floorDiv
gcd
geometricMean
harmonicMean
hypot
is
isPow10
isPow2
isPrime
lcm
lerp
log10
log2
max
maxPrimeFactor
median
min
minPrimeFactor
mod
modes
modp
multinomial
nextPow10
nextPow2
prevPow10
prevPow2
primeExponentials
primeFactors
product
properDivisors
quadriaticMean
range
rem
remap
root
roundDiv
sign
sqrt
sum
variance
@stdlib/math-base-special-cbrt
Compute the cube root of a double-precision floating-point number.
v0.2.2 URL:
https://unpkg.com/@stdlib/math-base-special-cbrt@0.2.2/lib
Open
Browse Files
stdlib
stdmath
mathematics
math
math.cbrt
cbrt
cube
cubic
root
power
number
@stdlib/math-base-special-cbrtf
Compute the cube root of a single-precision floating-point number.
v0.2.2 URL:
https://unpkg.com/@stdlib/math-base-special-cbrtf@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
mathematics
math
math.cbrt
cbrt
cube
cubic
root
power
number
@stdlib/math-iter-special-cbrt
Create an iterator which computes the cube root of each iterated value.
v0.2.2 URL:
https://unpkg.com/@stdlib/math-iter-special-cbrt@0.2.2/lib
Open
Browse Files
stdlib
stdmath
math
mathematics
math.cbrt
cbrt
cube
cubic
root
power
iterator
iterable
iterate