math-float64-get-high-word

Returns a 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
v1.0.0 URL: https://unpkg.com/math-float64-get-high-word@1.0.0/lib/index.js
OpenBrowse Files
math.iomath-iomathematicsmathcompute.iocompute-iocomputationcomputefloat64floating-pointfloatdoubledblwordswordhighsignsignbitsignificandmantissaexponentfractionieee754

math-float64-exponent

Returns an integer corresponding to the unbiased exponent of a double-precision floating-point number.
v1.0.0 URL: https://unpkg.com/math-float64-exponent@1.0.0/lib/index.js
OpenBrowse Files
compute.iocompute-iocomputecomputationmath.iomath-iomathmathematicsexponentunbiasedbitsfloating-pointfloat64floatdoubledblieee754numberhighword

math-float64-to-words

Splits a floating-point number into a higher order word and a lower order word.
v1.0.0 URL: https://unpkg.com/math-float64-to-words@1.0.0/lib/index.js
OpenBrowse Files
math.iomath-iomathematicsmathcompute.iocompute-iocomputationcomputefloat64floating-pointfloatdoubledblwordssplithighlowsignsignbitsignificandmantissaexponentfraction

math-float64-from-words

Creates a double-precision floating-point number from a higher order word and a lower order word.
v1.0.0 URL: https://unpkg.com/math-float64-from-words@1.0.0/lib/index.js
OpenBrowse Files
math.iomath-iomathematicsmathcompute.iocompute-iocomputationcomputefloat64floating-pointfloatdoubledblfromwordscreatehighlowint32uint32numberieee754

math-float64-normalize

Returns a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
v1.0.0 URL: https://unpkg.com/math-float64-normalize@1.0.0/lib/index.js
OpenBrowse Files
compute.iocompute-iocomputecomputationmath.iomath-iomathmathematicsfloat64doubledblfloating-pointieee754denormalizednormalizesubnormalnumbernormalfloat