Updated 11 months ago

constants-float64-max-safe-nth-double-factorial • Science 44%

Maximum safe nth double factorial when stored in double-precision floating-point format.

Updated 11 months ago

@stdlib/array-base-unary3d • Science 44%

Apply a unary callback to elements in a three-dimensional nested input array and assign results to elements in a three-dimensional nested output array.

Updated 11 months ago

craft-api • Science 44%

Creation and consumption of a Minecraft API.

Updated 11 months ago

stats-strided-nanmin-by • Science 44%

Calculate the minimum value of a strided array via a callback function, ignoring NaN values.

Updated 11 months ago

array-base-broadcasted-binary5d • Science 44%

Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a five-dimensional nested output array.

Updated 11 months ago

@stdlib/array-base-broadcasted-binary4d • Science 44%

Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a four-dimensional nested output array.

Updated 11 months ago

@stdlib/blas-base-scabs1 • Science 44%

Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point number.

Updated 11 months ago

@stdlib/math-base-special-acscf • Science 44%

Compute the arccosecant of a single-precision floating-point number.

Updated 11 months ago

@stdlib/string-base-remove-last-grapheme-cluster • Science 44%

Remove the last grapheme cluster (i.e., user-perceived character) of a string.

Updated 11 months ago

stats-array-stdevyc • Science 57%

Calculate the standard deviation of an array using a one-pass algorithm proposed by Youngs and Cramer.

Updated 11 months ago

@stdlib/assert-is-complex128ndarray-like • Science 44%

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

Updated 11 months ago

blas-ext-base-dlast-index-of • Science 44%

Return the last index of a specified search element in a double-precision floating-point strided array.

Updated 11 months ago

lapack-base-dlaset • Science 44%

Set the off-diagonal elements and the diagonal elements of a double-precision floating-point matrix to specified values.

Updated 11 months ago

math-base-special-acscdf • Science 44%

Compute the arccosecant (in degrees) of a single-precision floating-point number.

Updated 11 months ago

stats-base-sdsnanmeanors • Science 44%

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

Updated 11 months ago

constants-float32-ln-ten • Science 44%

Natural logarithm of `10` as a single-precision floating-point number.

Updated 11 months ago

ndarray-for-each • Science 44%

Invoke a callback function once for each ndarray element.

Updated 11 months ago

ndarray-base-map • Science 44%

Apply a callback to elements in an input ndarray and assign results to elements in an output ndarray.

Updated 11 months ago

blas-ext-base-ndarray-gindex-of • Science 44%

Return the first index of a specified search element in a one-dimensional ndarray.

Updated 11 months ago

stats-strided-sminabs • Science 31%

Calculate the minimum absolute value of a single-precision floating-point strided array.

Updated 11 months ago

complex-float64-base-assert-is-almost-equal • Science 44%

Test whether two double-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).

Updated 11 months ago

constants-float32-min-base2-exponent • Science 44%

The minimum biased base 2 exponent for a normal single-precision floating-point number.

Updated 11 months ago

ndarray-count-truthy • Science 44%

Count the number of truthy elements along one or more ndarray dimensions.

Updated 11 months ago

number-float32-base-add • Science 44%

Compute the sum of two single-precision floating-point numbers.

Updated 11 months ago

@stdlib/assert-is-complex64matrix-like • Science 44%

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

Updated 11 months ago

stats-strided-svarianceyc • Science 57%

Calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.

Updated 11 months ago

stats-strided-dnanrange • Science 44%

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

Updated 11 months ago

constants-float32-max-safe-nth-lucas • Science 44%

Maximum safe nth Lucas number when stored in single-precision floating-point format.

Updated 11 months ago

blas-ext-base-wasm-dapxsum • Science 44%

Add a constant to each double-precision floating-point strided array element and compute the sum.

Updated 11 months ago

ndarray-some-by • Science 44%

Test whether at least `n` elements along one or more ndarray dimensions pass a test implemented by a predicate function.

Updated 11 months ago

ndarray-vector-uint8c • Science 44%

Create a clamped unsigned 8-bit integer vector (i.e., a one-dimensional ndarray).

Updated 11 months ago

stats-array-max-by • Science 44%

Calculate the maximum value of an array via a callback function.

Updated 11 months ago

@hugoalh/string-dissect • Science 44%

An ECMAScript (JavaScript & TypeScript) module to dissect the string; Safe with the emojis, URLs, and words.

Updated 11 months ago

complex-base-assert-is-same-valuef • Science 44%

Test whether two single-precision complex floating-point numbers are the same value.

Updated 11 months ago

assert-is-equal-uint8clampedarray • Science 44%

Test if two arguments are both Uint8ClampedArrays and have equal values.

Updated 11 months ago

blas-ext-base-ndarray-sindex-of • Science 44%

Return the first index of a specified search element in a one-dimensional single-precision floating-point ndarray.

Updated 11 months ago

blas-ext-base-ndarray-glast-index-of • Science 44%

Return the last index of a specified search element in a one-dimensional ndarray.

Updated 11 months ago

@stdlib/utils-some-own-by • Science 44%

Test whether some `own` properties of a provided object satisfy a predicate function for at least `n` properties.

Updated 11 months ago

machine-translation-for-african-languages • Science 44%

This repository focuses on developing machine translation and NLP tools specifically for African languages. Join us in addressing the challenges and opportunities in this vital area of language technology! 🛠️🌍

Updated 11 months ago

ndarray-base-every-by • Science 44%

Test whether all elements in an ndarray pass a test implemented by a predicate function.

Updated 11 months ago

stats-strided-sdsmean • Science 44%

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

Updated 11 months ago

stats-strided-smeanpw • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.

Updated 11 months ago

array-base-banded-filled2d-by • Science 44%

Create a filled two-dimensional banded nested array according to a provided callback function.

Updated 11 months ago

array-base-symmetric-filled2d-by • Science 44%

Create a filled two-dimensional symmetric nested array according to a provided callback function.

Updated 11 months ago

stats-strided-smeanwd • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.

Updated 11 months ago

stats-array-nanvariancech • Science 57%

Calculate the variance of an array ignoring `NaN` values and using a one-pass trial mean algorithm.

Updated 11 months ago

stats-array-nanvarianceyc • Science 57%

Calculate the variance of an array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.

Updated 11 months ago

blas-base-wasm-cscal • Science 44%

Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.

Updated 11 months ago

blas-base-wasm-idamax • Science 44%

Find the index of the first element having the maximum absolute value.

Updated 11 months ago

blas-base-wasm-zcopy • Science 44%

Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.

Updated 11 months ago

@stdlib/random-strided-invgamma • Science 44%

Fill a strided array with pseudorandom numbers drawn from an inverse gamma distribution.

Updated 11 months ago

stats-strided-snanminabs • Science 44%

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

Updated 11 months ago

ndarray-vector-int8 • Science 44%

Create a signed 8-bit integer vector (i.e., a one-dimensional ndarray).

Updated 11 months ago

ndarray-base-slice-assign • Science 44%

Assign element values from a broadcasted input ndarray to corresponding elements in an output ndarray view.

Updated 11 months ago

@stdlib/napi-create-int32 • Science 44%

Convert a signed 32-bit integer to a Node-API value.

Updated 11 months ago

number-float64-base-add • Science 44%

Compute the sum of two double-precision floating-point numbers.

Updated 11 months ago

@hugoalh/is-numeric-integral • Science 44%

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

Updated 11 months ago

stats-strided-dminabs • Science 44%

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

Updated 11 months ago

@stdlib/math-base-tools-normhermitepolyf • Science 44%

Evaluate a normalized Hermite polynomial using single-precision floating-point arithmetic.

Updated 11 months ago

stats-strided-dnanvariancetk • Science 44%

Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.

Updated 11 months ago

stats-array-nanmax-by • Science 44%

Calculate the maximum value of an array via a callback function, ignoring NaN values.

Updated 11 months ago

ndarray-base-unary-reduce-subarray-by • Science 44%

This repository contains a JavaScript library for performing unary reduction operations on subarrays within ndarray structures. Explore the code and contribute to enhance numerical computations! 🐙🌐

Updated 11 months ago

@stdlib/blas-base-cscal • Science 44%

Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.

Updated 11 months ago

stats-strided-dsmeanwd • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.

Updated 11 months ago

iter-cuany-by • Science 44%

Create an iterator which cumulatively tests whether at least one iterated value passes a test implemented by a predicate function.

Updated 11 months ago

stats-strided-dnanstdev • Science 44%

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values.

Updated 11 months ago

stats-strided-dnanstdevwd • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.

Updated 11 months ago

stats-strided-dnanstdevyc • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.

Updated 11 months ago

stats-strided-dnanstdevch • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.