Search
@stdlib/number-float64-base-to-float32
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
v0.2.2 URL:
https://unpkg.com/@stdlib/number-float64-base-to-float32@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdtypes
base
utilities
utility
utils
util
types
type
cast
convert
float64
double
dbl
float32
float
to
bits
number
@stdlib/number-float64-base-normalize
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
v0.2.3 URL:
https://unpkg.com/@stdlib/number-float64-base-normalize@0.2.3/lib/index.js
Open
Browse Files
stdlib
stdtypes
base
utilities
utility
utils
util
types
type
float64
double
dbl
floating-point
ieee754
denormalized
normalize
subnormal
number
normal
float
@stdlib/number-float64-base-exponent
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
v0.2.2 URL:
https://unpkg.com/@stdlib/number-float64-base-exponent@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdtypes
base
utilities
utility
utils
util
types
type
exponent
unbiased
bits
floating-point
float64
float
double
64-bit
ieee754
number
word
@stdlib/number-float64-base-from-words
Create a double-precision floating-point number from a higher order word and a lower order word.
v0.2.2 URL:
https://unpkg.com/@stdlib/number-float64-base-from-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
from
words
create
high
low
int32
uint32
number
ieee754
@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