44 packages found
Common logarithm (base ten).
Create an iterator which evaluates the common logarithm (logarithm with base 10) for each iterated value.
- stdlib
- stdmath
- math
- special function
- special
- function
- math.log10
- log10
- binary
- base 10
- logarithm
- log
- iterator
- iterable
Base 10 logarithm of Euler's number.
An ES-spec-compliant Math.log10 shim/polyfill/replacement that works as far down as ES3
Calculates the base 10 logarithm of a number.
A BigInt can represent whole numbers larger than 2⁵³ - 1.
- extra
- bigint
- big
- integer
- abs
- arithmeticMean
- cbrt
- ceilDiv
- compare
- cubicMean
- floorDiv
- gcd
- geometricMean
- harmonicMean
- View more
32-bit integer can store values from −2^31 to 2^31 − 1.
Gets log-base-10.
Finds log-base-10.
Sign extends variable bit-width integer to 32-bit integer.
Gets n-bit parity of 32-bit integer.
Counts bits set in 32-bit integer (parallel method).
32-bit integer can store values from −2^31 to 2^31 − 1.
Merges bits from two 32-bit integers, as per mask (xor method).
Gets bit parity of 32-bit integer (parallel method).
Gets index of first set bit from left of 32-bit integer (mod37 method).
Reverses all bits of 32-bit integer (parallel method).
Interleaves bits of two 16-bit integers to form 32-bit integer (binary magic method).
Swaps bit sequences in 32-bit integer (xor method).