Updated 6 months ago

@hugoalh/unique-array • Rank 5.0 • Science 44%

An ECMAScript (JavaScript & TypeScript) module to return unique array elements without any duplicated elements by ignore their reference points.

Updated 6 months ago

@stdlib/strided-base-dtype-resolve-str • Rank 5.0 • Science 44%

Return the data type string associated with a supported strided array data type value.

Updated 6 months ago

math-base-special-ceilsd • Rank 4.9 • Science 44%

Round a numeric value to the nearest number toward positive infinity with N significant figures.

Updated 6 months ago

@stdlib/math-strided-special-asin-by • Rank 4.9 • Science 44%

Compute the arcsine of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/strided-napi-smap • Rank 4.9 • Science 44%

C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array and assigning results to elements in a single-precision floating-point strided output array.

Updated 6 months ago

@stdlib/ndarray-base-function-object • Rank 4.9 • Science 44%

C APIs for creating and managing ndarray function objects.

Updated 6 months ago

@stdlib/strided-base-meta-data-props • Rank 4.8 • Science 44%

Define non-enumerable read-only properties which expose strided array function meta data.

Updated 6 months ago

@stdlib/math-base-special-rsqrt • Rank 4.8 • Science 44%

Compute the reciprocal square root of a double-precision floating-point number.

Updated 6 months ago

@stdlib/blas-ext-base-dsumors • Rank 4.8 • Science 44%

Calculate the sum of double-precision floating-point strided array elements using ordinary recursive summation.

Updated 6 months ago

@stdlib/blas-ext-base-dapxsum • Rank 4.8 • Science 44%

Adds a constant to each double-precision floating-point strided array element and computes the sum.

Updated 6 months ago

@stdlib/math-base-special-besselj0 • Rank 4.8 • Science 44%

Compute the Bessel function of the first kind of order zero.

Updated 6 months ago

@stdlib/blas-base-ccopy • Rank 4.8 • Science 44%

Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.

Updated 6 months ago

@stdlib/utils-unzip • Rank 4.8 • Science 44%

Unzip a zipped array (i.e., a nested array of tuples).

Updated 6 months ago

@stdlib/random-iter-discrete-uniform • Rank 4.8 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a discrete uniform distribution.

Updated 6 months ago

@stdlib/strided-base-mskunary • Rank 4.8 • Science 44%

Apply a unary callback to elements in a strided input array according to elements in a strided mask array and assign results to elements in a strided output array.

Updated 6 months ago

@stdlib/array-base-filled3d-by • Rank 4.8 • Science 44%

Create a filled three-dimensional nested array according to a provided callback function.