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-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/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/utils-unzip • Rank 4.8 • Science 44%

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

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/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 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/stats-base-sminabs • Rank 4.8 • Science 44%

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

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.

Updated 10 months ago

@stdlib/math-base-special-floor10 • Rank 4.7 • Science 44%

Round a numeric value to the nearest power of 10 toward negative infinity.

Updated 10 months ago

@stdlib/math-base-special-cbrtf • Rank 4.7 • Science 44%

Compute the cube root of a single-precision floating-point number.

Updated 10 months ago

@stdlib/strided-napi-addon-arguments • Rank 4.6 • Science 44%

C API for validating, extracting, and transforming (to native C types) function arguments provided to a strided array N-API add-on interface.

Updated 10 months ago

@stdlib/stats-base-dists-kumaraswamy-logpdf • Rank 4.6 • Science 44%

Natural logarithm of the probability density function (PDF) for a Kumaraswamy's double bounded distribution.