Updated 10 months ago

@stdlib/math-iter-special-gamma • Rank 4.0 • Science 44%

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

Updated 10 months ago

@stdlib/math-base-special-round2 • Rank 4.0 • Science 44%

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

Updated 10 months ago

@stdlib/utils-entries • Rank 4.0 • Science 44%

Return an array of an object's own enumerable property key-value pairs.

Updated 10 months ago

@hugoalh/is-object-plain • Rank 4.0 • Science 44%

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

Updated 10 months ago

@stdlib/blas • Rank 21.9 • Science 26%

Standard library basic linear algebra subprograms (BLAS).

Updated 10 months ago

@stdlib/utils-async-inmap-right • Rank 3.9 • Science 44%

Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.

Updated 10 months ago

@stdlib/iter-concat • Rank 3.9 • Science 44%

Create an iterator which iterates over the values of two or more iterators.

Updated 10 months ago

@stdlib/random-streams-exponential • Rank 3.9 • Science 44%

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

Updated 10 months ago

@stdlib/math-iter-special-trunc10 • Rank 3.9 • Science 44%

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

Updated 10 months ago

@stdlib/stats-base-dcuminabs • Rank 3.9 • Science 44%

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

Updated 10 months ago

@stdlib/math-strided-special-ahaversin-by • Rank 3.9 • Science 44%

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

Updated 10 months ago

@stdlib/random-iter-triangular • Rank 3.9 • Science 44%

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

Updated 10 months ago

@stdlib/number-float32-base-exponent • Rank 3.9 • Science 44%

Return an integer corresponding to the unbiased exponent of a single-precision floating-point number.

Updated 10 months ago

@stdlib/blas-ext-base-dsnansumors • Rank 3.9 • Science 44%

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

Updated 10 months ago

@stdlib/utils-map2 • Rank 3.9 • Science 44%

Apply a function to elements in two input arrays and assign the results to an output array.

Updated 10 months ago

@stdlib/strided-base-smskmap2 • Rank 3.9 • Science 44%

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

Updated 10 months ago

@stdlib/strided-base-map-by2 • Rank 3.8 • Science 44%

Apply a binary function to each pair of elements retrieved from strided input arrays according to a callback function and assign results to a strided output array.

Updated 10 months ago

@stdlib/random-streams-f • Rank 3.8 • Science 44%

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

Updated 10 months ago

@stdlib/math-strided-special-besselj0-by • Rank 3.8 • Science 44%

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