Search results
883 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
A library for arbitrary-precision decimal and non-decimal arithmetic
An arbitrary-precision Decimal type for JavaScript.
A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic
An arbitrary-precision Decimal type for JavaScript.
Common token types for decoding and encoding numeric and string values
Lightweight and performant natural sorting of arrays and collections by differentiating between unicode characters, numbers, dates, etc.
Use flow-relative (inline-start and inline-end) values for float and clear
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Test if a double-precision floating-point numeric value is NaN.
- stdlib
- stdmath
- assertion
- assert
- utilities
- utility
- utils
- util
- math
- mathematics
- ieee754
- floating-point
- float
- number
- View more
Float32Array.
- stdlib
- stdtypes
- types
- data
- structure
- array
- typed
- typed array
- typed-array
- float32array
- float32
- float
- single
- single-precision
The minimum biased base 2 exponent for a subnormal double-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- double
- dbl
- floating-point
- float
- ieee754
- bias
- exponent
- min
- View more
A cross-browser, numerically stable algorithm to add floats accurately
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Return a double-precision floating-point number with the magnitude of x and the sign of y.
- stdlib
- stdmath
- math
- mathematics
- float64
- float
- floating-point
- ieee754
- double
- copysign
- copy
- sign
- bits
- number
- View more
Test if a value is a Float32Array.
- stdlib
- stdassert
- assertion
- assert
- utilities
- utility
- utils
- util
- float32array
- float32
- float
- typed
- typed array
- typed-array
- View more
Platform float word order.
- stdlib
- stdutils
- stdutil
- utils
- util
- utilities
- utility
- runtime
- environment
- platform
- os
- windows
- darwin
- linux
- View more
Create a double-precision floating-point number from a higher order word and a lower order word.
High word mask for the exponent of a double-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- float
- float64
- 64bit
- floating-point
- ieee754
- mask
- exponent
- bits
- View more
High word mask for the sign bit of a double-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- float
- float64
- 64bit
- floating-point
- ieee754
- mask
- sign
- bits
- View more
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.