Updated 10 months ago

@stdlib/math-base-special-bessely1 • Rank 5.4 • Science 44%

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

Updated 10 months ago

@stdlib/utils-nary-function • Rank 5.3 • Science 44%

Create a function that invokes a provided function with a specified number of arguments.

Updated 10 months ago

@stdlib/math-base-special-copysignf • Rank 5.3 • Science 44%

Return a single-precision floating-point number with the magnitude of x and the sign of y.

Updated 10 months ago

@stdlib/ndarray-base-napi-typedarray-type-to-dtype • Rank 5.3 • Science 44%

C API for returning the ndarray data type corresponding to an N-API typed array type.

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/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/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/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

@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 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.