Updated 10 months ago

array-base-cuany-by • Science 44%

Cumulatively test whether at least one element in a provided array passes a test implemented by a predicate function.

Updated 10 months ago

blas-ext-cusum • Science 44%

Compute the cumulative sum along one or more ndarray dimensions.

Updated 10 months ago

stats-strided-smeanwd • Science 44%

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

Updated 10 months ago

stats-strided-dsemch • Science 57%

Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 10 months ago

math-base-special-gamma-lanczos-sum-expg-scaledf • Science 26%

This repository provides an efficient implementation of the scaled gamma function using the Lanczos sum. It aims to enhance numerical accuracy in computations, making it a valuable tool for developers working with mathematical applications. 🛠️📊

Updated 10 months ago

constants-float32-max-nth-factorial • Science 44%

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

Updated 10 months ago

stats-strided-dnanvariance • Science 44%

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

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

blas-base-wasm-idamax • Science 44%

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

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

stats-strided-dsemyc • Science 57%

Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.

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

array-base-assert-has-almost-equal-values • Science 44%

Test if two arrays have respective elements which are approximately equal within a specified number of ULPs (units in the last place).

Updated 10 months ago

@stdlib/napi-argv-strided-uint8array • Science 44%

Convert a Node-API value representing a strided array to an unsigned 8-bit integer array.

Updated 10 months ago

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

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

Updated 10 months ago

stats-strided-snanmax • Science 44%

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

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

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

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

Updated 10 months ago

assert-is-equal-uint8clampedarray • Science 44%

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

Updated 10 months ago

https://github.com/amin2312/anes • Science 13%

ANes is nes emulator base on javascript. It is port version of AminNes

Updated 10 months ago

https://github.com/amin2312/atween • Science 26%

ATween is a easy, fast and tiny tween library, it can run in javascript or other platforms (such as lua via haxe).

Updated 10 months ago

number-float64-base-add • Science 44%

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

Updated 10 months ago

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

Common symbols and type definitions shared across base BLAS APIs.

Updated 10 months ago

@hugoalh/symmetric-crypto • Science 44%

An ECMAScript (JavaScript & TypeScript) module to provide an easier symmetric crypto.

Updated 10 months ago

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

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

Updated 10 months ago

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

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

Updated 10 months ago

ndarray-base-unary-reduce-strided1d-dispatch-by • Science 44%

Constructor for performing a reduction on an input ndarray according to a callback function.

Updated 10 months ago

stats-strided-dminabs • Science 44%

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

Updated 10 months ago

stats-array-nanvariancetk • Science 57%

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

Updated 10 months ago

stats-strided-dmskmin • Science 44%

Calculate the minimum value of a double-precision floating-point strided array according to a mask.

Updated 10 months ago

blas-base-wasm-sdsdot • Science 44%

Calculate the dot product of two single-precision floating-point vectors with extended accumulation.

Updated 10 months ago

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

Reverse the order of elements along the last dimension of a three-dimensional nested input array.

Updated 10 months ago

lapack-base-dge-trans • Science 44%

Convert input general matrix from row-major to column-major layout or vice versa.

Updated 10 months ago

ndarray-vector-uint8c • Science 44%

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

Updated 10 months ago

stateman-cli • Science 26%

A comprehensive, vanilla javascript state management library.

Updated 10 months ago

stats-array-nanmax-by • Science 44%

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

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

math-base-special-atan2f • Science 44%

Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y) as a single-precision floating-point number.

Updated 10 months ago

stats-strided-dnanvariancepn • Science 57%

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

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

stats-array-nanmskrange • Science 44%

Effortlessly compute statistical ranges in arrays with stats-array-nanmskrange. Ideal for numerical tasks in JavaScript and Node.js. 🚀📊

Updated 10 months ago

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

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

Updated 10 months ago

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

Take elements from either one of two arrays depending on a condition.

Updated 10 months ago

stats-strided-dmskrange • Science 44%

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

Updated 10 months ago

stats-strided-dsmeanors • Science 44%

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

Updated 10 months ago

number-float64-base-add5 • Science 44%

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

Updated 10 months ago

stats-strided-dcuminabs • Science 44%

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

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

number-float32-base-add • Science 44%

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

Updated 10 months ago

ndarray-count-truthy • Science 44%

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

Updated 10 months ago

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

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

Updated 10 months ago

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

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

Updated 10 months ago

@stdlib/random-array-frechet • Science 44%

Create an array containing pseudorandom numbers drawn from a Fréchet distribution.

Updated 10 months ago

random-tools-unary • Science 44%

Constructor for creating ndarrays filled with pseudorandom numbers drawn from a single-parameter probability distribution.

Updated 10 months ago

array-base-index-of-same-value • Science 31%

Return the index of the first element which equals a provided search element according to the same value algorithm.

Updated 10 months ago

blas-base-strmv • Science 44%

Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.

Updated 10 months ago

stats-base-ndarray-scumax • Science 26%

Compute the cumulative maximum value of a one-dimensional single-precision floating-point ndarray.

Updated 10 months ago

@hugoalh/sdbm • Science 44%

An ECMAScript (JavaScript & TypeScript) module to get the non-cryptographic hash of the data with algorithm SDBM.

Updated 10 months ago

@stdlib/array-base-resolve-getter • Science 44%

Return an accessor function for retrieving an element from an array-like object.

Updated 10 months ago

stats-strided-sminabs • Science 31%

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

Updated 10 months ago

blas-ext-cusum • Science 26%

Compute the cumulative sum along one or more ndarray dimensions.

Updated 10 months ago

stats-strided-sstdevch • Science 13%

Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 10 months ago

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

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