Updated 9 months ago

@stdlib/napi-argv-strided-int32array • Rank 1.4 • Science 44%

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

Updated 9 months ago

@stdlib/array-one-to-like • Rank 1.4 • Science 44%

Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.

Updated 9 months ago

@stdlib/assert-is-complex64ndarray-like • Rank 1.4 • Science 44%

Test if a value is an ndarray-like object containing single-precision complex floating-point numbers.

Updated 9 months ago

@stdlib/napi-argv-complex128array • Rank 1.4 • Science 44%

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

Updated 9 months ago

fs • Rank 1.1 • Science 44%

Standard library for interfacing with a fileystem.

Updated 9 months ago

number-float32-base-to-binary-string • Rank 1.1 • Science 44%

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

Updated 9 months ago

@stdlib/blas-ext-base-dapxsumpw • Rank 6.0 • Science 39%

Adds a constant to each double-precision floating-point strided array element and computes the sum using pairwise summation.

Updated 9 months ago

blas-ext-base-dcusum • Rank 0.7 • Science 44%

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

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

iter-any • Rank 0.7 • Science 44%

Test whether at least one iterated value is truthy.

Updated 9 months ago

strided-base-ternary • Rank 0.7 • Science 44%

Apply a ternary callback to strided input array elements and assign results to elements in a strided output array.

Updated 9 months ago

stats-base-dsmean • Rank 0.7 • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.

Updated 9 months ago

strided-base-dmap2 • Rank 0.7 • Science 44%

Apply a binary function accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assign each result to an element in a double-precision floating-point strided output array.

Updated 9 months ago

blas-ext-base-dsapxsum • Rank 0.7 • Science 44%

Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.

Updated 9 months ago

stats-base-dcumin • Rank 0.7 • Science 44%

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

Updated 9 months ago

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

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

Updated 9 months ago

utils-async-reduce-right • Rank 0.7 • Science 44%

Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.

Updated 9 months ago

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

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

Updated 9 months ago

complex-imagf • Rank 0.7 • Science 44%

Return the imaginary component of a single-precision complex floating-point number.

Updated 9 months ago

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

Round a numeric value to the nearest multiple of 10^n toward positive infinity.

Updated 9 months ago

math-strided-special-scbrt • Rank 0.7 • Science 44%

Compute the cube root of each element in a single-precision floating-point strided array.

Updated 9 months ago

iter-datespace • Rank 0.7 • Science 44%

Create an iterator which returns evenly spaced dates over a specified interval.

Updated 9 months ago

iter-flow • Rank 0.7 • Science 44%

Create a fluent interface for chaining together iterator methods.

Updated 9 months ago

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

Compute the multiplicative inverse of a double-precision floating-point number.

Updated 9 months ago

stats-base-dists-negative-binomial-logpmf • Rank 0.7 • Science 44%

Natural logarithm of the probability mass function (PMF) for a negative binomial distribution.

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