blas-base-wasm-zswap
Interchange two complex double-precision floating-point vectors.
sandboxels
In-browser falling-sand simulation game with over 500 elements and thousands of reactions.
blas-base-wasm-ccopy
Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.
stats-strided-dnanvariancech
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
stats-strided-dnanstdevtk
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
stats-base-ztest-two-sample-results-float32
Create a two-sample Z-test single-precision floating-point results object.
math-base-special-fibonacci-indexf
Compute the Fibonacci number index of a single-precision floating-point number.
stats-strided-dmean
Calculate the arithmetic mean of a double-precision floating-point strided array.
stats-base-ndarray-smax
Compute the maximum value of a one-dimensional single-precision floating-point ndarray.
https://github.com/cedrickchee/doom-wasm
Porting DOOM to WebAssembly from scratch, without much magic tooling or frameworks (i.e, Emscripten) on our way.
stats-strided-stdevch
Calculate the standard deviation of a strided array using a one-pass trial mean algorithm.
stats-strided-dmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
math-base-special-modff
Decompose a single-precision floating-point number into integral and fractional parts.
assert-is-almost-equal-complex128array
Test if two arguments are both Complex128Arrays and contain respective elements which are approximately equal within a specified number of ULPs (units in the last place).
constants-float32-min-base10-exponent-subnormal
The minimum base 10 exponent for a subnormal single-precision floating-point number.
math-base-special-cinvf
Compute the inverse of a single-precision complex floating-point number.
stats-strided-smeanli
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.
@stdlib/random-array-triangular
Create an array containing pseudorandom numbers drawn from a triangular distribution.
stats-strided-nanvariancech
Calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
stats-array-nanstdevtk
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass textbook algorithm.
stats-array-nanstdevyc
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-sztest2
Compute a two-sample Z-test for two single-precision floating-point strided arrays.
array-struct-factory
Return a constructor for creating arrays having a fixed-width composite data type.
stats-base-ndarray-cumax
Compute the cumulative maximum value of a one-dimensional ndarray.
stats-base-ndarray-dcumax
Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.
stats-strided-sztest
Compute a one-sample Z-test for a single-precision floating-point strided array.
array-base-broadcasted-quaternary2d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
stats-strided-dnanmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.
stats-strided-dmeanstdevpn
Calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
stats-strided-dsnanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.
stats-strided-snanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
stats-strided-dvarmpn
Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.
math-base-special-coversinf
Compute the coversed sine of a single-precision floating-point number (in radians).
array-base-cuevery-by
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function.
array-base-cunone-by
Cumulatively test whether every element in a provided array fails a test implemented by a predicate function.
array-base-broadcasted-quaternary4d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
pmv-ads-2024-1-e3-proj-mov-t2-plantei
Gerencie suas plantas de forma simples com lembretes personalizados e informações sobre cada espécie.
stats-strided-nanvariancepn
Calculate the variance of a strided array ignoring NaN values and using a two-pass algorithm.
qole
An easy-to-use simulator for Quantum Circuits for JavaScript, based on Quantum Multiple-Valued Decision Diagrams.
stats-strided-nanvarianceyc
Calculate the variance of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-nanvariancetk
Calculate the variance of a strided array ignoring NaN values and using a one-pass textbook algorithm.
stats-strided-nanvariance
Calculate the variance of a strided array ignoring NaN values.
fnv-es
An ECMAScript (JavaScript & TypeScript) module to get the non-cryptographic hash of the data with algorithm Fowler-Noll-Vo (FNV).
stats-strided-dnanmean
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.
blas-base-wasm-scnrm2
Efficiently compute the SCNRM2 norm in WebAssembly with blas-base-wasm-scnrm2. Enhance your numerical tasks in JavaScript and Node.js! 🚀💻
@stdlib/random-strided-chi
Fill a strided array with pseudorandom numbers drawn from a chi distribution.
https://github.com/taiizor/tauri-plugin-cache
🚀 Supercharge your Tauri app with intelligent disk & memory caching. Features TTL, compression, auto-cleanup, and cross-platform support for optimized performance.
@stdlib/random-array-chi
Create an array containing pseudorandom numbers drawn from a chi distribution.
@stdlib/strided-base-reinterpret-boolean
Reinterpret a BooleanArray as a Uint8Array.
@stdlib/math-base-special-kernel-log1p
Compute log(1+f) - f for 1+f in ~[sqrt(2)/2, sqrt(2)].
ndarray-base-ndarraylike2scalar
Transform ndarray-like objects to scalars with ease. This library streamlines numerical computation in JavaScript for both browsers and Node.js. 🐙✨
@stdlib/complex-float64-base-assert-is-equal
Test whether two double-precision complex floating-point numbers are equal.
@stdlib/stats-base-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
@stdlib/lapack-base-dlacpy
Copy all or part of a matrix A to another matrix B.