Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
@stdlib/constants-float64-exponent-bias
The bias of a double-precision floating-point number's exponent.
bit-twiddle
Bit twiddling hacks for JavaScript
@stdlib/constants-float64-max-base2-exponent-subnormal
The maximum biased base 2 exponent for a subnormal double-precision floating-point number.
@stdlib/constants-float64-high-word-exponent-mask
High word mask for the exponent of a double-precision floating-point number.
@stdlib/number-float64-base-to-words
Split a double-precision floating-point number into a higher order word and a lower order word.
@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.
@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/constants-float64-min-base2-exponent-subnormal
The minimum biased base 2 exponent for a subnormal double-precision floating-point number.
rsa-pem-from-mod-exp
Create RSA Public Key PEM from Modulus and Exponent value in node.js
@stdlib/number-float64-base-set-high-word
Set the more significant 32 bits of a double-precision floating-point number.
@stdlib/constants-float64-max-base10-exponent
The maximum base 10 exponent for a double-precision floating-point number.
double-bits
Inspect binary representation of IEEE754 doubles
@stdlib/constants-float64-min-base10-exponent
The minimum base 10 exponent for a normal double-precision floating-point number.
@stdlib/constants-float64-min-base10-exponent-subnormal
The minimum base 10 exponent for a subnormal double-precision floating-point number.
@stdlib/constants-float64-min-base2-exponent
The minimum biased base 2 exponent for a normal double-precision floating-point number.
math-float64-exponent
Returns an integer corresponding to the unbiased exponent of a double-precision floating-point number.
math-float64-get-high-word
Returns a 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
eslint-config-exponent
Shared ESLint configs for Exponent