Updated 10 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 10 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 10 months ago

@stdlib/blas-ext-base-gsumors • Rank 4.9 • Science 44%

Calculate the sum of strided array elements using ordinary recursive summation.

Updated 10 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 10 months ago

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

C APIs for creating and managing ndarray function objects.

Updated 10 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 10 months ago

@stdlib/stats-incr • Rank 4.8 • Science 44%

Standard library functions for computing statistics incrementally.

Updated 10 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 10 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 10 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 10 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 10 months ago

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

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

Updated 10 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 10 months ago

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

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

Updated 10 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 10 months ago

@stdlib/stats-base-sminabs • Rank 4.8 • Science 44%

Calculate the minimum absolute value of a single-precision floating-point strided array.

Updated 9 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.

Updated 10 months ago

strided-napi-binary • Rank 4.8 • Science 44%

C API for registering a Node-API module exporting a strided array interface for applying a binary callback to two input strided arrays.

Updated 10 months ago

@stdlib/array-safe-casts • Rank 4.7 • Science 44%

Return a list of array data types to which a provided array data type can be safely cast.

Updated 10 months ago

@stdlib/blas-ext-base-ssumors • Rank 4.7 • Science 44%

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

Updated 10 months ago

@stdlib/array-base-filled5d-by • Rank 4.7 • Science 44%

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