Search results
173 packages found
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
An ES-spec-compliant shim/polyfill/replacement for JS language Math and Number constant values that works as far down as ES3
- ecmascript
- javascript
- polyfill
- shim
- es-shim API
- constants
- Math
- Number
- EPSILON
- MAX_VALUE
- MIN_VALUE
- max
- min
- MAX_SAFE_INTEGER
- View more
Round a double-precision floating-point number toward negative infinity.
Test if a value is a number having a nonnegative integer value.
- stdlib
- stdassert
- assertion
- assert
- utilities
- utility
- utils
- util
- number
- numeric
- integer
- int
- nonnegative
- is
- View more
Test if a value is a number having an integer value.
Test if a value is a Uint8Array.
- stdlib
- stdassert
- assertion
- assert
- utilities
- utility
- utils
- util
- uint8array
- uint8
- unsigned
- integer
- int
- uint
- View more
Test if a value is a Uint32Array.
- stdlib
- stdassert
- assertion
- assert
- utilities
- utility
- utils
- util
- uint32array
- uint32
- unsigned
- integer
- int
- uint
- View more
Common token types for decoding and encoding numeric and string values
Test if a value is a number having a positive integer value.
Return the minimum value of a specified numeric type.
Return the maximum value of a specified numeric type.
Test if a value is a Uint16Array.
- stdlib
- stdassert
- assertion
- assert
- utilities
- utility
- utils
- util
- uint16array
- uint16
- unsigned
- integer
- int
- uint
- View more
Return the maximum finite value capable of being represented by a numeric real type.
Return the smallest positive normal value capable of being represented by a numeric real type.
Return the minimum safe integer capable of being represented by a numeric real type.
Return the maximum safe integer capable of being represented by a numeric real type.
Test if a value is an Int32Array.
Test if a value is an Int8Array.
Abaco an ultra fast number parser for Buffers. It parses a Buffer or a portion of it to get the Number value stored as (ASCII) String.