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

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

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

Updated 9 months ago

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

Consume an entire iterator and return the last iterated value.

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

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

C APIs for creating and managing ndarray function objects.

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

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

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