Updated 10 months ago

@stdlib/iter-pop • Rank 5.3 • Science 44%

Create an iterator which skips the last value of a provided iterator.

Updated 10 months ago

@stdlib/ndarray-zeros-like • Rank 5.3 • Science 44%

Create a zero-filled ndarray having the same shape and data type as a provided ndarray.

Updated 10 months ago

@stdlib/blas-ext-base-dssum • Rank 5.3 • Science 44%

Calculate the sum of single-precision floating-point strided array elements using extended accumulation and returning an extended precision result.

Updated 10 months ago

@stdlib/strided-napi-unary • Rank 5.2 • Science 44%

C API for registering an N-API module exporting a strided array interface for applying a unary callback to an input strided array.

Updated 10 months ago

@stdlib/math-base-special-besselj1 • Rank 5.1 • Science 44%

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

Updated 10 months ago

@stdlib/ndarray-base-char2dtype • Rank 5.1 • Science 44%

Return the data type string associated with a provided single letter abbreviation.

Updated 10 months ago

@stdlib/strided-base-smap • Rank 5.1 • Science 44%

Apply a unary function accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array and assign each result to an element in a single-precision floating-point strided output array.

Updated 10 months ago

@stdlib/iter-last • Rank 5.1 • Science 44%

Consume an entire iterator and return the last iterated value.

Updated 10 months ago

@stdlib/strided-napi-smskmap • Rank 5.1 • 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 according to a corresponding element in a strided mask array and assigning results to elements in a single-precision floating-point strided output array.

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