Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
ieee754
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
@xtuc/ieee754
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
@petamoriken/float16
IEEE 754 half-precision floating-point for JavaScript
@stdlib/constants-float64-exponent-bias
The bias of a double-precision floating-point number's exponent.
@stdlib/assert-is-float64array
Test if a value is a Float64Array.
@stdlib/array-float32
Float32Array.
@stdlib/constants-float64-max-base2-exponent-subnormal
The maximum biased base 2 exponent for a subnormal double-precision floating-point number.
@stdlib/constants-float64-smallest-normal
Smallest positive double-precision floating-point normal number.
@stdlib/math-base-special-copysign
Return a double-precision floating-point number with the magnitude of x and the sign of y.
@stdlib/constants-float64-ninf
Double-precision floating-point negative infinity.
@stdlib/number-float64-base-normalize
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
@stdlib/constants-float64-pinf
Double-precision floating-point positive infinity.
@stdlib/math-base-assert-is-nan
Test if a double-precision floating-point numeric value is NaN.
@stdlib/number-float64-base-from-words
Create a double-precision floating-point number from a higher order word and a lower order word.
@stdlib/math-base-assert-is-infinite
Test if a double-precision floating-point numeric value is infinite.
@stdlib/constants-float64-high-word-exponent-mask
High word mask for the exponent of a double-precision floating-point number.
@stdlib/math-base-special-ldexp
Multiply a double-precision floating-point number by an integer power of two.
@stdlib/constants-float64-max-base2-exponent
The maximum biased base 2 exponent for a double-precision floating-point number.
@stdlib/number-float64-base-exponent
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
@stdlib/array-float64
Float64Array.