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/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/random-streams-normal • Rank 3.5 • Science 44%

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

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/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/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-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/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/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/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

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/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/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-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/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/random-iter-gumbel • Rank 3.5 • Science 44%

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

Updated 9 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 9 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/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/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/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/stats-base-smskrange • Rank 3.4 • Science 44%

Calculate the range of a single-precision floating-point strided array according to a mask.

Updated 10 months ago

@stdlib/utils-async-try-catch • Rank 3.4 • Science 44%

If a function does not return an error, invoke a callback with the function result; otherwise, invoke a callback with a value `y`.

Updated 10 months ago

@stdlib/utils-real-min • Rank 3.4 • Science 44%

Return the smallest positive normal value capable of being represented by a numeric real type.

Updated 10 months ago

@stdlib/math-iter-special-gammaln • Rank 3.4 • Science 44%

Create an iterator which evaluates the natural logarithm of the gamma function for each iterated value.

Updated 10 months ago

@stdlib/math-iter-special-floor2 • Rank 3.4 • Science 44%

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

Updated 10 months ago

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

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using extended accumulation, and returning an extended precision result.

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.

Updated 10 months ago

@stdlib/strided-base-dmskmap2 • Rank 3.4 • Science 44%

Apply a binary function to double-precision floating-point strided input arrays according to a strided mask array and assign results to a double-precision floating-point strided output array.

Updated 10 months ago

@stdlib/iter-step • Rank 3.4 • Science 44%

Create an iterator which returns a sequence of numbers according to a specified increment.