Updated 10 months ago

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

C API for registering an N-API module exporting an ndarray interface for applying a unary callback to an input ndarray.

Updated 9 months ago

@stdlib/math-base-special-flipsignf • Rank 4.3 • Science 44%

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

Updated 10 months ago

@stdlib/math-strided-special-dsqrt • Rank 4.3 • Science 44%

Compute the principal square root for each element in a double-precision floating-point strided array.

Updated 10 months ago

@stdlib/utils-curry • Rank 4.3 • Science 44%

Transform a function into a sequence of functions each accepting a single argument.

Updated 10 months ago

@stdlib/math-strided-special-acos-by • Rank 4.3 • Science 44%

Compute the arccosine of each element retrieved from an input strided array via a callback function.

Updated 10 months ago

@stdlib/math-base-special-round10 • Rank 4.2 • Science 44%

Round a numeric value to the nearest power of 10 on a linear scale.

Updated 10 months ago

@stdlib/math-strided-special-bessely1-by • Rank 4.2 • Science 44%

Compute the Bessel function of the second kind of order one for each element retrieved from an input strided array via a callback function.

Updated 10 months ago

@stdlib/math-base-special-floorb • Rank 4.2 • Science 44%

Round a numeric value to the nearest multiple of b^n toward negative infinity.

Updated 10 months ago

@stdlib/random-streams-cosine • Rank 4.2 • Science 44%

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

Updated 10 months ago

@stdlib/math-strided-special-smskceil • Rank 4.2 • Science 44%

Round each element in a single-precision floating-point strided array toward positive infinity according to a strided mask array.

Updated 10 months ago

@stdlib/math-iter-special-besselj1 • Rank 4.2 • Science 44%

Create an iterator which evaluates the Bessel function of the first kind of order one for each iterated value.

Updated 10 months ago

@stdlib/stats-base-dsvariance • Rank 4.2 • Science 44%

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

Updated 10 months ago

@stdlib/stats-base-snanmeanors • Rank 4.2 • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.

Updated 10 months ago

@stdlib/math-base-special-cabsf • Rank 4.2 • Science 44%

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

Updated 10 months ago

@stdlib/math-strided-special-dabs2 • Rank 4.2 • Science 44%

Compute the squared absolute value for each element in a double-precision floating-point strided array.

Updated 10 months ago

@stdlib/math-strided-special-aversin-by • Rank 4.2 • Science 44%

Compute the inverse versed sine of each element retrieved from an input strided array via a callback function.

Updated 10 months ago

@stdlib/math-strided-special-besselj1-by • Rank 4.2 • Science 44%

Compute the Bessel function of the first kind of order one for each element retrieved from an input strided array via a callback function.

Updated 9 months ago

@stdlib/stats-base-dcumax • Rank 4.2 • Science 44%

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

Updated 10 months ago

@stdlib/blas-ext-base-dssumors • Rank 4.2 • Science 44%

Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation with extended accumulation and returning an extended precision result.

Updated 10 months ago

@stdlib/strided-base-offset-view • Rank 4.1 • Science 44%

Return a typed array view having the same data type as a provided input typed array and starting at a specified index offset.

Updated 10 months ago

@stdlib/strided-base-smskmap • Rank 4.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 according to a corresponding element in a strided mask array and assign each result to an element in a single-precision floating-point strided output array.

Updated 10 months ago

@stdlib/math-iter-tools-map2 • Rank 4.1 • Science 44%

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

Updated 10 months ago

@stdlib/math-base-special-floorn • Rank 4.1 • Science 44%

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

Updated 10 months ago

@stdlib/stats-base-dnanrange • Rank 4.1 • Science 44%

Calculate the range of a double-precision floating-point strided array, ignoring NaN values.

Updated 10 months ago

@stdlib/math-iter-special-ceil10 • Rank 4.1 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of 10 toward positive infinity.