Updated 10 months ago

@stdlib/math-base-special-bessely0 • Rank 3.5 • Science 44%

Compute the Bessel function of the second kind of order zero.

Updated 10 months ago

@stdlib/assert-is-float32matrix-like • Rank 3.5 • Science 44%

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

Updated 10 months ago

@stdlib/math-iter-special-dirac-delta • Rank 3.5 • Science 44%

Create an iterator which evaluates the Dirac delta function for each iterated value.

Updated 10 months ago

@stdlib/math-iter-special-cosh • Rank 3.5 • Science 44%

Create an iterator which computes the hyperbolic cosine for each iterated value.

Updated 10 months ago

@stdlib/math-iter-special-floor10 • Rank 3.5 • Science 44%

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

Updated 10 months ago

@stdlib/utils-curry-right • Rank 3.5 • Science 44%

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

Updated 10 months ago

@stdlib/math-strided-special-ahavercos-by • Rank 3.5 • Science 44%

Compute the inverse half-value versed cosine of each element retrieved from an input strided array via a callback function.

Updated 10 months ago

@stdlib/math-base-special-floor2 • Rank 3.5 • Science 44%

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

Updated 10 months ago

@stdlib/nlp-ordinalize • Rank 3.5 • Science 44%

Turn an integer into an ordinal string (e.g., `1st`, `2nd`, etc.).

Updated 10 months ago

@stdlib/random-streams-kumaraswamy • Rank 3.5 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a Kumaraswamy's double bounded distribution.

Updated 10 months ago

@stdlib/blas-ext-base-sdssum • Rank 3.5 • Science 44%

Calculate the sum of single-precision floating-point strided array elements using extended accumulation.

Updated 10 months ago

@stdlib/random-iter-gumbel • Rank 3.5 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a Gumbel distribution.

Updated 10 months ago

assert-is-float64vector-like • Rank 3.5 • Science 44%

Test if a value is a 1-dimensional ndarray-like object containing double-precision floating-point numbers.

Updated 10 months ago

@stdlib/stats-base-sdsmeanors • Rank 3.5 • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.

Updated 10 months ago

@stdlib/random-streams-t • Rank 3.5 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a Student's t distribution.

Updated 10 months ago

@stdlib/array-base-flipud4d • Rank 3.5 • Science 44%

Reverse the order of elements along the second-to-last dimension of a four-dimensional nested input array.

Updated 10 months ago

@stdlib/random-streams-betaprime • Rank 3.5 • Science 44%

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

Updated 10 months ago

@stdlib/random-streams-randn • Rank 3.5 • Science 44%

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

Updated 10 months ago

@stdlib/random-streams-weibull • Rank 3.5 • Science 44%

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

Updated 10 months ago

@stdlib/math-iter-special-trunc2 • Rank 3.5 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of two toward zero.

Updated 10 months ago

@stdlib/math-base-napi • Rank 3.5 • Science 44%

Standard library C APIs for registering a Node-API module exporting interfaces.

Updated 10 months ago

@stdlib/utils-properties • Rank 3.5 • Science 44%

Return an array of an object's own enumerable and non-enumerable property names and symbols.

Updated 10 months ago

@stdlib/math-iter-special-fresnels • Rank 3.5 • Science 44%

Create an iterator which computes the Fresnel integral S(x) for each iterated value.

Updated 10 months ago

@stdlib/blas-ext-base-dcusumors • Rank 3.4 • Science 44%

Calculate the cumulative sum of double-precision floating-point strided array elements using ordinary recursive summation.

Updated 10 months ago

@stdlib/math-base-special-xlogy • Rank 3.4 • Science 44%

Compute `x * ln(y)` so that the result is `0` if `x = 0`.

Updated 10 months ago

@stdlib/math-base-special-cceiln • Rank 3.4 • Science 44%

Round a complex number to the nearest multiple of 10^n toward positive infinity.

Updated 10 months ago

@stdlib/math-strided-special-dmskdeg2rad • Rank 3.4 • Science 44%

Convert each element in a double-precision floating-point strided array from degrees to radians according to a strided mask array.

Updated 10 months ago

@stdlib/utils-bifurcate-own • Rank 3.4 • Science 44%

Split an object's own property values into two groups according to a predicate function.

Updated 10 months ago

@stdlib/utils-reorder-arguments • Rank 3.4 • Science 44%

Create a function that invokes a provided function with reordered arguments.

Updated 10 months ago

@stdlib/stats-base-dnanminabs • Rank 3.4 • Science 44%

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