Search
@webassemblyjs/floating-point-hex-parser
A function to parse floating point hexadecimal strings as defined by the WebAssembly specification
v1.14.1 URL:
https://unpkg.com/@webassemblyjs/floating-point-hex-parser@1.14.1/lib/index.js
Open
Browse Files
webassembly
floating-point
@stdlib/constants-float64-ninf
Double-precision floating-point negative infinity.
v0.2.2 URL:
https://unpkg.com/@stdlib/constants-float64-ninf@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
constant
const
mathematics
math
ninf
negative
infinity
inf
ieee754
double
dbl
precision
floating-point
float64
@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
@stdlib/math-base-assert-is-infinite
Test if a double-precision floating-point numeric value is infinite.
v0.2.2 URL:
https://unpkg.com/@stdlib/math-base-assert-is-infinite@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
assertion
assert
utilities
utility
utils
util
math
mathematics
ieee754
floating-point
float
double
dbl
number
numeric
positive
negative
infinity
inf
is
isinf
isinfinite
infinite
type
check
@stdlib/math-base-special-copysign
Return a double-precision floating-point number with the magnitude of x and the sign of y.
v0.2.2 URL:
https://unpkg.com/@stdlib/math-base-special-copysign@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
math
mathematics
float64
float
floating-point
ieee754
double
copysign
copy
sign
bits
number
dbl
special
function