199 packages found
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
- array
- TypedArray
- typed array
- is
- typed
- Int8Array
- Uint8Array
- Uint8ClampedArray
- Int16Array
- Uint16Array
- Int32Array
- Uint32Array
- Float32Array
- Float64Array
- View more
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
- array
- TypedArray
- typed array
- which
- typed
- Int8Array
- Uint8Array
- Uint8ClampedArray
- Int16Array
- Uint16Array
- Int32Array
- Uint32Array
- Float32Array
- Float64Array
- View more
Returns an array of Typed Array names that are available in the current environment
- typed
- arrays
- Float32Array
- Float64Array
- Int8Array
- Int16Array
- Int32Array
- Uint8Array
- Uint8ClampedArray
- Uint16Array
- Uint32Array
- BigInt64Array
- BigUint64Array
TypedArray polyfill for old browsers
- ArrayBuffer
- DataView
- Float32Array
- Float64Array
- Int8Array
- Int16Array
- Int32Array
- Uint8Array
- Uint8ClampedArray
- Uint16Array
- Uint32Array
- typed
- array
- polyfill
Robustly get the length of a Typed Array
- typed
- array
- length
- robust
- es
- Int8Array
- Uint8Array
- Uint8ClampedArray
- Int16Array
- Uint16Array
- Int32Array
- Uint32Array
- Float32Array
- Float64Array
Determine if an object is a Buffer
- arraybuffer
- browser
- browser buffer
- browserify
- buffer
- buffers
- core buffer
- dataview
- float32array
- float64array
- int16array
- int32array
- type
- typed array
Convert a typed array to a Buffer without a copy
- buffer
- typed array
- convert
- no copy
- uint8array
- uint16array
- uint32array
- int16array
- int32array
- float32array
- float64array
- browser
- arraybuffer
- dataview
Float64Array.
- stdlib
- stdtypes
- types
- data
- structure
- array
- typed
- typed array
- typed-array
- float64array
- float64
- double
- double-precision
- ieee754
Test if an array-like object supports the accessor (get/set) protocol.
- stdlib
- stdassert
- assertion
- assert
- utilities
- utility
- utils
- util
- array
- typed array
- collection
- float64array
- float32array
- int32array
- View more
Test if a value is a Float64Array.
- stdlib
- stdassert
- assertion
- assert
- utilities
- utility
- utils
- util
- float64array
- float64
- double
- ieee754
- typed
- typed array
- View more
Detect native Float64Array support.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- detect
- feature
- float64array
- es2015
- es6
- typed array
- typed-array
- View more
Adds a constant to each double-precision floating-point strided array element and computes the sum using an improved Kahan–Babuška algorithm.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- blas
- extended
- sum
- total
- summation
- kbn
- compensated
- kahan
- View more
Calculate the sum of double-precision floating-point strided array elements using pairwise summation.
LRU shared memory list build on top of shm-type-array.
- ipc
- shm
- lru
- cache
- shared memory
- typed array
- TypedArray
- ArrayBuffer
- Buffer
- Int8Array
- Uint8Array
- Uint8ClampedArray
- Int16Array
- Uint16Array
- View more
Compute the cube root of each element retrieved from a double-precision floating-point strided array via a callback function.
- stdlib
- stdmath
- mathematics
- math
- cube
- root
- power
- pow
- double-precision
- double
- dbl
- float64
- float64array
- vector
- View more
Create an array filled with NaNs and having the same length and data type as a provided array.
- stdlib
- stdtypes
- types
- data
- structure
- typed
- array
- typed array
- typed-array
- vector
- ndarray
- matrix
- float64array
- float32array
- View more
Create an array filled with NaNs and having a specified length.
- stdlib
- stdtypes
- types
- data
- structure
- typed
- array
- typed array
- typed-array
- vector
- ndarray
- matrix
- float64array
- float32array
- View more
Test if a value is an array-like object supporting the accessor (get/set) protocol.
- stdlib
- stdassert
- assertion
- assert
- utilities
- utility
- utils
- util
- array
- typed array
- collection
- float64array
- float32array
- int32array
- View more
Adds a constant to each double-precision floating-point strided array element and computes the sum using pairwise summation.
Fill a double-precision floating-point strided array with a specified scalar constant.