napi-argv-strided-complex64array2d
Convert a Node-API value representing a two-dimensional strided array to a single-precision complex floating-point array.
stats-iter-meanabs2
Compute the arithmetic mean of squared absolute values for all iterated values.
math-base-napi-binary
C APIs for registering an N-API module exporting an interface for invoking a binary numerical function.
@stdlib/blas-base-dsdot
Calculate the dot product with extended accumulation and result of two single-precision floating-point vectors.
@stdlib/blas-ext-base-dcusumpw
Calculate the cumulative sum of double-precision floating-point strided array elements using pairwise summation.
@stdlib/blas-ext-base-dasumpw
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
@stdlib/number-float64-base-to-int64-bytes
Convert an integer-valued double-precision floating-point number to a signed 64-bit integer byte array according to host byte order.
@stdlib/assert-is-capitalized
Test if a value is a string having an uppercase first character.
@stdlib/random-array-discrete-uniform
Create an array containing pseudorandom numbers drawn from a discrete uniform distribution.
@stdlib/stats-base-dists-cauchy-entropy
Cauchy distribution differential entropy.
@stdlib/math-iter-special-expit
Create an iterator which evaluates the standard logistic function for each iterated value.
@stdlib/math-iter-special-rad2deg
Create an iterator which converts an angle from radians to degrees for each iterated value.
@stdlib/math-iter-special-rsqrt
Create an iterator which computes the reciprocal (inverse) square root of each iterated value.
@stdlib/stats-base-dmskmin
Calculate the minimum value of a double-precision floating-point strided array according to a mask.
@stdlib/math-base-special-fast-acosh
Compute the hyperbolic arccosine of a number.
@stdlib/stats-iter-cumeanabs2
Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.
@stdlib/math-iter-special-cos
Create an iterator which computes the cosine of each iterated value.
@stdlib/math-strided-special-srsqrt
Compute the reciprocal square root for each element in a single-precision floating-point strided array.
@stdlib/math-iter-special-inv
Create an iterator which computes the multiplicative inverse of each iterated value.
@stdlib/blas-ext-base-dapxsumors
Adds a constant to each double-precision floating-point strided array element and computes the sum using ordinary recursive summation.
@stdlib/math-strided-special-sinv
Compute the multiplicative inverse for each element in a single-precision floating-point strided array.
@stdlib/utils-property-descriptors
Return an object's own property descriptors.
@stdlib/assert-is-float64matrix-like
Test if a value is a 2-dimensional ndarray-like object containing double-precision floating-point numbers.
@stdlib/utils-async-series-waterfall
Execute functions in series, passing the results of one function as arguments to the next function.
@stdlib/utils-map3d
Apply a function to each nested element in a three-dimensional nested array and assign the result to a nested element in a new three-dimensional nested array.
@stdlib/math-strided-special-dramp
Evaluate the ramp function for each element in a double-precision floating-point strided array.
console-log-each
Insert array element values into a format string and print the result.
https://github.com/aveek-saha/duskplayer
A minimal music player built on electron.
array-little-endian-factory
Return a typed array constructor for creating typed arrays stored in little-endian byte order.
array-base-cuany-by-right
Cumulatively test whether at least one array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
math-base-special-logf
Compute the base `b` logarithm of a single-precision floating-point number.
@stdlib/random-strided-tools-binary-factory
Create a factory function for filling strided arrays with pseudorandom values drawn from a binary PRNG.
@stdlib/blas-base-transpose-operation-resolve-enum
Return the enumeration constant associated with a supported BLAS transpose operation value.
@stdlib/array-base-fancy-slice-assign
Assign element values from a broadcasted input array to corresponding elements in an output array.
@stdlib/random-strided-mt19937
Fill a strided array with pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.
array-base-cuevery-by-right
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
constants-float32-max-base2-exponent-subnormal
The maximum biased base 2 exponent for a subnormal single-precision floating-point number.
constants-float32-sqrt-three
Square root of 3 as a single-precision floating-point number.