Search
@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/number-float64-base-get-high-word
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
v0.2.2 URL:
https://unpkg.com/@stdlib/number-float64-base-get-high-word@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
word
high
sign
signbit
significand
mantissa
exponent
fraction
ieee754
@stdlib/number-float64-base-signbit
Return a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).
v0.2.3 URL:
https://unpkg.com/@stdlib/number-float64-base-signbit@0.2.3/lib/index.js
Open
Browse Files
stdlib
stdtypes
base
utilities
utility
utils
util
types
type
signbit
sign
bit
floating-point
float64
float
double
positive
negative
ieee754
number
@stdlib/number-float64-base-set-high-word
Set the more significant 32 bits of a double-precision floating-point number.
v0.2.2 URL:
https://unpkg.com/@stdlib/number-float64-base-set-high-word@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
word
high
set
sign
signbit
significand
mantissa
exponent
fraction
ieee754
cmath-js
C's and C++'s math functions in TypeScript & JavaScript
v4.0.0 URL:
https://unpkg.com/cmath-js@4.0.0/index.js
Open
Browse Files
bigint
Bit operations
Bits
C
C++
cmath
cmath-js
double
ECMAScript
float
float64
frexp
gcd
IEEE754
iota
int32
int53
JavaScript
lcm
Math
Mathematics
Maths
NaN
Node
NodeJS
Numbers
Numerics
popcount
signbit
STL
TypeScript