165 packages found
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
Returns true if a value has the characteristics of a valid JavaScript data descriptor.
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
Access nested property values at any depth with a simple expression.
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.
Return an accessor function for retrieving an element from an indexed array-like object.
Return element accessors for a provided array-like object.
- stdlib
- stdtypes
- types
- base
- array
- standardize
- accessors
- accessor
- getter
- setter
- get
- set
- protocol
- utilities
- View more
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
Return an accessor function for setting an element in an indexed array-like object.
Apply a unary function to each element retrieved from a input ndarray according to a callback function and assign results to elements in an output ndarray.
Apply a unary function to each element retrieved from a strided input array according to a callback function and assign results to a strided output array.
Element-wise multiplication of two strided arrays via a callback function.
- stdlib
- stdmath
- mathematics
- math
- product
- prod
- multiply
- multiplication
- arithmetic
- vector
- array
- strided
- ndarray
- element-wise
- View more
Compute the cosine for each element retrieved from an input strided array via a callback function.
- stdlib
- stdmath
- mathematics
- math
- special
- math.cos
- cos
- cosine
- trig
- trigonometry
- radians
- vector
- array
- strided
- 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
Compute the principal square root for each element retrieved from an input strided array via a callback function.
Compute the sine of each element retrieved from an input strided array via a callback function.
Compute the cube root of each element retrieved from an input strided array via a callback function.
Element-wise addition of two strided arrays via a callback function.
- stdlib
- stdmath
- mathematics
- math
- add
- sum
- addition
- arithmetic
- summation
- vector
- array
- strided
- ndarray
- element-wise
- View more
Element-wise subtraction of two strided arrays via a callback function.
- stdlib
- stdmath
- mathematics
- math
- add
- addition
- arithmetic
- minus
- subtract
- subtraction
- vector
- array
- strided
- ndarray
- View more
Retrieve nested object properties easily.