Updated 10 months ago

iter-any • Rank 0.7 • Science 44%

Test whether at least one iterated value is truthy.

Updated 10 months ago

random-streams-hypergeometric • Rank 0.7 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a hypergeometric distribution.

Updated 10 months ago

math-base-special-absf • Rank 0.7 • Science 44%

Compute the absolute value of a single-precision floating-point number.

Updated 10 months ago

utils-while-each • Rank 0.7 • Science 44%

While a test condition is true, invoke a function for each element in a collection.

Updated 10 months ago

stats-base-dists-t-logpdf • Rank 0.7 • Science 44%

Natural logarithm of the probability density function (PDF) for a Student's t distribution.

Updated 10 months ago

math-strided-special-dinv • Rank 0.0 • Science 44%

Compute the multiplicative inverse for each element in a double-precision floating-point strided array.

Updated 10 months ago

math-base-special-floorf • Rank 0.0 • Science 44%

Round a single-precision floating-point numeric value toward negative infinity.

Updated 10 months ago

random-array-cosine • Rank 0.0 • Science 44%

Create an array containing pseudorandom numbers drawn from a raised cosine distribution.

Updated 10 months ago

ndarray-base-assert-is-mostly-safe-data-type-cast • Rank 0.0 • Science 44%

Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.

Updated 10 months ago

array-base-assert-is-same-kind-data-type-cast • Rank 0.0 • Science 44%

Determine if an array data type can be safely cast to, or is of the same kind as, another array data type.

Updated 10 months ago

napi-argv-strided-complex64array2d • Rank 0.0 • Science 44%

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

Updated 10 months ago

utils-until-each-right • Rank 0.0 • Science 44%

Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.

Updated 10 months ago

number-float64-base-to-int32 • Rank 0.0 • Science 44%

Convert a double-precision floating-point number to a signed 32-bit integer.

Updated 10 months ago

stats-strided-dcumax • Rank 0.0 • Science 44%

Calculate the cumulative maximum of double-precision floating-point strided array elements.

Updated 10 months ago

math-base-special-cflipsign • Rank 0.0 • Science 44%

Return a complex number with the same magnitude as `z` and the sign of `y*z`.

Updated 10 months ago

napi-argv-strided-uint8array2d • Rank 0.0 • Science 44%

Convert a Node-API value representing a two-dimensional strided array to an unsigned 8-bit integer array.

Updated 10 months ago

lapack-base-zrot • Rank 0.0 • Science 44%

LAPACK auxiliary routine to apply a plane rotation with real cosine and complex sine.

Updated 10 months ago

strided-base-mskunary-addon-dispatch • Rank 0.0 • Science 44%

Dispatch to a native add-on applying a unary function to an input strided array.

Updated 10 months ago

napi-argv-strided-float32array2d • Rank 0.0 • Science 44%

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

Updated 10 months ago

array-base-min-signed-integer-dtype • Rank 0.0 • Science 44%

Determine the minimum array data type for storing a provided signed integer value.

Updated 10 months ago

math-iter-tools-map3 • Rank 0.0 • Science 44%

Create an iterator which invokes a ternary function accepting numeric arguments for each iterated value.

Updated 10 months ago

napi-argv-strided-int32array2d • Rank 0.0 • Science 44%

Convert a Node-API value representing a two-dimensional strided array to a signed 32-bit integer array.

Updated 10 months ago

string-base-atob • Rank 0.0 • Science 44%

Decode a string of data which has been encoded using Base64 encoding.

Updated 10 months ago

math-base-special-identity • Rank 0.0 • Science 44%

Evaluate the identity function for a double-precision floating-point number.

Updated 10 months ago

napi-argv-strided-float64array2d • Rank 0.0 • Science 44%

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

Updated 10 months ago

utils-group-in • Rank 0.0 • Science 44%

Group an object's own and inherited property values according to an indicator function.

Updated 10 months ago

lapack-base-claset • Rank 0.0 • Science 44%

Set the off-diagonal elements and the diagonal elements of a single-precision complex floating-point matrix to specified values.

Updated 10 months ago

napi-create-double • Rank 0.0 • Science 44%

Convert a double-precision floating-point number to a Node-API value.

Updated 10 months ago

math-base-napi-binary • Rank 0.0 • Science 44%

C APIs for registering an N-API module exporting an interface for invoking a binary numerical function.

Updated 10 months ago

array-base-mskunary4d • Rank 0.0 • Science 44%

Apply a unary callback to elements in a four-dimensional nested input array according to elements in a four-dimensional nested mask array and assign results to elements in a four-dimensional nested output array.

Updated 10 months ago

strided-base-write-dataview • Rank 0.0 • Science 44%

Copy elements from an input strided array to elements in a strided DataView.

Updated 10 months ago

utils-do-while-each • Rank 0.0 • Science 44%

While a test condition is true, invoke a function for each element in a collection.

Updated 10 months ago

strided-napi-dmskmap • Rank 0.0 • Science 44%

C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array according to a corresponding element in a strided mask array and assigning results to elements in a double-precision floating-point strided output array.

Updated 10 months ago

blas-ext-base-gapxsumors • Rank 0.0 • Science 44%

Adds a constant to each strided array element and computes the sum using ordinary recursive summation.

Updated 10 months ago

ndarray-base-to-reversed • Rank 0.0 • Science 44%

Return a new ndarray where the order of elements of an input ndarray is reversed along each dimension.

Updated 10 months ago

random-streams-levy • Rank 0.0 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a Lévy distribution.

Updated 10 months ago

strided-base-map-by • Rank 0.0 • Science 44%

Apply a unary function to each element retrieved from a strided input array according to a callback function and assign each result to an element in a strided output array.

Updated 10 months ago

array-base-mskbinary2d • Rank 0.0 • Science 44%

Apply a binary callback to elements in two two-dimensional nested input arrays according to elements in a two-dimensional nested mask array and assign results to elements in a two-dimensional nested output array.

Updated 10 months ago

array-base-cusome-by-right • Rank 0.0 • Science 44%

Cumulatively test whether at least `n` elements in a provided array pass a test implemented by a predicate function, while iterating from right-to-left.

Updated 10 months ago

strided-base-read-dataview • Rank 0.0 • Science 44%

Copy elements from an input strided DataView to elements in an output strided array.

Updated 10 months ago

math-base-special-ceil • Rank 0.0 • Science 44%

Round a double-precision floating-point number toward positive infinity.

Updated 10 months ago

blas-ext-base-cfill • Rank 0.0 • Science 44%

Fill a single-precision complex floating-point strided array with a specified scalar constant.

Updated 10 months ago

napi-argv-strided-complex128array2d • Rank 0.0 • Science 44%

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

Updated 10 months ago

math-base-special-signum • Rank 0.0 • Science 44%

Evaluate the signum function for a double-precision floating-point number.

Updated 10 months ago

lapack-base-zlaset • Rank 0.0 • Science 44%

Set the off-diagonal elements and the diagonal elements of a double-precision complex floating-point matrix to specified values.

Updated 10 months ago

random-array-hypergeometric • Rank 0.0 • Science 44%

Create an array containing pseudorandom numbers drawn from a hypergeometric distribution.