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

@hugoalh/is-numeric-prime • Rank 4.2 • Science 44%

An ECMAScript (JavaScript & TypeScript) module to determine whether the numeric is prime.

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

@hugoalh/is-empty • Rank 4.2 • Science 44%

An ECMAScript (JavaScript & TypeScript) module to determine whether the item is empty.

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

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

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

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

Updated 6 months ago

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

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

Updated 6 months ago

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

Apply a unary function 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 assign each result to an element in a double-precision floating-point strided output array.

Updated 6 months ago

@stdlib/math-strided-special-dcbrt • Rank 4.1 • Science 44%

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