Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
decimal.js
An arbitrary-precision Decimal type for JavaScript.
big.js
A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic
bignumber.js
A library for arbitrary-precision decimal and non-decimal arithmetic
@stdlib/number-float64-base-to-float32
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
token-types
Common token types for decoding and encoding numeric and string values
@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.
natural-orderby
Lightweight and performant natural sorting of arrays and collections by differentiating between unicode characters, numbers, dates, etc.
decimal.js-light
An arbitrary-precision Decimal type for JavaScript.
@csstools/postcss-logical-float-and-clear
Use flow-relative (inline-start and inline-end) values for float and clear
@stdlib/number-float64-base-get-low-word
Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
@stdlib/number-float64-base-set-high-word
Set the more significant 32 bits of a double-precision floating-point number.
@stdlib/number-float64-base-set-low-word
Set the less significant 32 bits of a double-precision floating-point number.
@stdlib/array-float32
Float32Array.
@stdlib/number-float32-base-to-word
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
@stdlib/assert-is-float32array
Test if a value is a Float32Array.
@stdlib/math-base-assert-is-nan
Test if a double-precision floating-point numeric value is NaN.
@stdlib/constants-float64-high-word-exponent-mask
High word mask for the exponent of a double-precision floating-point number.
@stdlib/number-float64-base-from-words
Create a double-precision floating-point number from a higher order word and a lower order word.
@stdlib/constants-float64-min-base2-exponent-subnormal
The minimum biased base 2 exponent for a subnormal double-precision floating-point number.