Updated 9 months ago

@stdlib/strided-base-function-object • Rank 5.7 • Science 44%

C APIs for creating and managing strided array function objects.

Updated 9 months ago

@vivaxy/nib • Rank 5.6 • Science 44%

🔬Run commonjs modules in browser environment.

Updated 9 months ago

@stdlib/strided-dispatch • Rank 5.6 • Science 44%

Create a strided array function interface which performs multiple dispatch.

Updated 9 months ago

@stdlib/assert-is-ascii • Rank 5.6 • Science 44%

Test whether a character belongs to the ASCII character set and whether this is true for all characters in a provided string.

Updated 9 months ago

@stdlib/ndarray-base-maybe-broadcast-array • Rank 5.6 • Science 44%

Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.

Updated 9 months ago

@stdlib/napi-argv-strided-complex64array • Rank 5.5 • Science 44%

Convert a Node-API value representing a strided array to a single-precision complex floating-point array.

Updated 9 months ago

@stdlib/number-float64-base-to-binary-string • Rank 5.5 • Science 44%

Return a string giving the literal bit representation of a double-precision floating-point number.

Updated 9 months ago

@stdlib/random-iter-beta • Rank 5.5 • Science 44%

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

Updated 9 months ago

@stdlib/strided-base-dtype-enum2str • Rank 5.5 • Science 44%

Return the data type string associated with a strided array data type enumeration constant.

Updated 9 months ago

@stdlib/strided-base-dtype-str2enum • Rank 5.5 • Science 44%

Return the enumeration constant associated with a strided array data type string.

Updated 9 months ago

@stdlib/math-base-special-ceil2 • Rank 5.5 • Science 44%

Round a numeric value to the nearest power of two toward positive infinity.

Updated 9 months ago

@stdlib/ndarray-base-unary • Rank 5.5 • Science 44%

Apply a unary callback to elements in a input ndarray and assign results to elements in an output ndarray.

Updated 9 months ago

napi-argv-strided-complex128array • Rank 5.5 • Science 44%

Convert a Node-API value representing a strided array to a double-precision complex floating-point array.

Updated 9 months ago

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

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

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

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

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

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