Search
@stdlib/constants-float64-exponent-bias
The bias of a double-precision floating-point number's exponent.
v0.2.2 URL:
https://unpkg.com/@stdlib/constants-float64-exponent-bias@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
constant
const
mathematics
math
double
dbl
floating-point
float
ieee754
bias
exponent
@stdlib/constants-float64-max-base2-exponent-subnormal
The maximum biased base 2 exponent for a subnormal double-precision floating-point number.
v0.2.1 URL:
https://unpkg.com/@stdlib/constants-float64-max-base2-exponent-subnormal@0.2.1/lib/index.js
Open
Browse Files
stdlib
stdmath
constant
const
mathematics
math
double
dbl
floating-point
float
ieee754
bias
exponent
max
maximum
binary
subnormal
denormalized
base 2
@stdlib/constants-float64-high-word-exponent-mask
High word mask for the exponent of a double-precision floating-point number.
v0.2.2 URL:
https://unpkg.com/@stdlib/constants-float64-high-word-exponent-mask@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
constant
const
mathematics
math
float
float64
64bit
floating-point
ieee754
mask
exponent
bits
high
word
bit-twiddle
Bit twiddling hacks for JavaScript
v1.0.2 URL:
https://unpkg.com/bit-twiddle@1.0.2/twiddle.js
Open
Browse Files
bit
twiddle
hacks
graphics
logarithm
exponent
base 2
binary
arithmetic
octree
quadtree
math
nextPow2
log
shift
combination
permutation
trailing
zero
one
interleave
revere
parity
population
count
exponent
power
sign
min
max
@stdlib/number-float64-base-to-words
Split a double-precision floating-point number into a higher order word and a lower order word.
v0.2.2 URL:
https://unpkg.com/@stdlib/number-float64-base-to-words@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdtypes
base
utilities
utility
utils
util
types
type
float64
floating-point
float
double
dbl
words
split
high
low
sign
signbit
significand
mantissa
exponent
fraction