Updated 6 months ago

iter-cuevery • Science 44%

Create an iterator which cumulatively tests whether every iterated value is truthy.

Updated 6 months ago

iter-cunone-by • Science 44%

Create an iterator which cumulatively tests whether every iterated value fails a test implemented by a predicate function.

Updated 6 months ago

stats-strided-dstdevpn • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array using a two-pass algorithm.

Updated 6 months ago

stats-strided-sstdevch • Science 57%

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

Updated 6 months ago

stats-strided-varianceyc • Science 57%

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

Updated 6 months ago

ndarray-vector-uint32 • Science 44%

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

Updated 6 months ago

@stdlib/iter-cuany • Science 44%

Create an iterator which cumulatively tests whether at least one iterated value is truthy.

Updated 6 months ago

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

Convert a Node-API value representing a strided array to a single-precision floating-point array.

Updated 6 months ago

@stdlib/napi-argv-float32array • Science 44%

Convert a Node-API value to a single-precision floating-point array.

Updated 6 months ago

math-base-special-cosf • Science 44%

Compute the cosine of a single-precision floating-point number (in radians).

Updated 6 months ago

stats-strided-dnanvariance • Science 44%

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

Updated 6 months ago

@stdlib/random-array-tools-unary-factory • Science 44%

Create a factory function for generating pseudorandom values drawn from a unary PRNG.

Updated 6 months ago

constants-float32-sqrt-pi • Science 44%

Square root of the mathematical constant π as a single-precision floating-point number.

Updated 6 months ago

@stdlib/iter-counter • Science 44%

Create an iterator which iteratively returns the number of iterated values.

Updated 6 months ago

fractal-generator • Science 31%

Fractal generator implemented in JavaScript, deployable as web site or Electron desktop app.

Updated 6 months ago

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

Round a numeric value to the nearest number toward zero with N significant figures.

Updated 6 months ago

rps-multiplayer • Science 31%

A rock-paper-scissors multiplayer web realtime game. [bootcamp]

Updated 6 months ago

stats-array-nanstdevch • Science 44%

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

Updated 6 months ago

ndarray-vector-uint32 • Science 44%

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

Updated 6 months ago

ndarray-base-binary • Science 44%

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

Updated 6 months ago

aladin-lite • Science 36%

An astronomical HiPS visualizer in the browser

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

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

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

Updated 6 months ago

@stdlib/string-base-replace-after • Science 44%

Replace the substring after the first occurrence of a specified search string.

Updated 6 months ago

@stdlib/ndarray-base-empty-like • Science 44%

Create an uninitialized ndarray having the same shape and data type as a provided ndarray.

Updated 6 months ago

stats-base-ndarray-dcumin • Science 26%

Efficiently perform statistical operations on ndarray data structures with stats-base-ndarray-dcumin. Enhance your numerical computations in JavaScript. 🚀📊

Updated 6 months ago

stats-strided-dmeanwd • Science 57%

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

Updated 6 months ago

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

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

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

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

Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a two-dimensional nested output array.

Updated 6 months ago

stats-array-min-by • Science 44%

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

Updated 6 months ago

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

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

Updated 6 months ago

math-base-special-ldexpf • Science 44%

Multiply a single-precision floating-point number by an integer power of two.

Updated 6 months ago

@hugoalh/symmetric-crypto • Science 44%

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

Updated 6 months ago

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

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

Updated 6 months ago

stats-strided-dnanmeanpn • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.

Updated 6 months ago

stats-strided-dminabs • Science 44%

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

Updated 6 months ago

array-base-broadcasted-quaternary5d • Science 44%

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

Updated 6 months ago

stats-strided-dsmeanpn • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.

Updated 6 months ago

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

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

Updated 6 months ago

@stdlib/stats-base-sdsmean • Science 44%

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

Updated 6 months ago

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

Compute the arccotangent (in degrees) of a double-precision floating-point number.

Updated 6 months ago

math-base-special-havercosf • Science 44%

Compute the half-value versed cosine of a single-precision floating-point number (in radians).

Updated 6 months ago

@stdlib/complex-base-assert-is-same-value-zero • Science 44%

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

Updated 6 months ago

math-base-special-vercosf • Science 44%

Compute the versed cosine of a single-precision floating-point number (in radians).

Updated 6 months ago

stats-strided-sdsmeanors • Science 44%

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

Updated 6 months ago

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

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

Updated 6 months ago

blas-base-igamax • Science 44%

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

Updated 6 months ago

@stdlib/napi-argv-float64array • Science 44%

Convert a Node-API value to a double-precision floating-point array.

Updated 6 months ago

stats-strided-dnanmaxabs • Science 44%

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

Updated 6 months ago

math-base-special-wrapf • Science 26%

The "math-base-special-wrapf" repository offers a collection of mathematical functions for precise floating-point operations. This library enhances numerical accuracy and performance in JavaScript applications. 🖥️📊

Updated 6 months ago

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

Apply a function to elements in a five-dimensional nested input array and assign results to elements in a new five-dimensional nested output array.

Updated 6 months ago

stats-array-nanmaxabs • Science 44%

Calculate the maximum absolute value of an array, ignoring NaN values.

Updated 6 months ago

stats-strided-smskmax • Science 44%

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

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

@stdlib/napi-argv-float • Science 44%

Convert a Node-API value to a single-precision floating-point number.

Updated 6 months ago

stats-strided-dsemtk • Science 44%

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

Updated 6 months ago

array-base-broadcasted-quinary4d • Science 44%

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

Updated 6 months ago

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

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

Updated 6 months ago

stats-strided-dmskrange • Science 44%

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