blas-ext-cusum
Compute the cumulative sum along one or more ndarray dimensions.
stats-strided-smeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
stats-strided-dsemch
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass trial mean algorithm.
math-base-special-gamma-lanczos-sum-expg-scaledf
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. 🛠️📊
stats-strided-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
stats-array-nanvariancech
Calculate the variance of an array ignoring `NaN` values and using a one-pass trial mean algorithm.
stats-array-nanvarianceyc
Calculate the variance of an array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.
blas-base-wasm-cscal
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.
blas-base-wasm-zcopy
Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.
stats-strided-dsemyc
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.
blas-ext-base-ndarray-glast-index-of
Return the last index of a specified search element in a one-dimensional ndarray.
array-base-assert-has-almost-equal-values
Test if two arrays have respective elements which are approximately equal within a specified number of ULPs (units in the last place).
@stdlib/random-strided-invgamma
Fill a strided array with pseudorandom numbers drawn from an inverse gamma distribution.
stats-strided-snanmax
Calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values.
blas-ext-base-ndarray-sindex-of
Return the first index of a specified search element in a one-dimensional single-precision floating-point ndarray.
https://github.com/amin2312/anes
ANes is nes emulator base on javascript. It is port version of AminNes
https://github.com/amin2312/atween
ATween is a easy, fast and tiny tween library, it can run in javascript or other platforms (such as lua via haxe).
number-float64-base-add
Compute the sum of two double-precision floating-point numbers.
constants-float32-gamma-lanczos-g
Arbitrary constant `g` to be used in Lanczos approximation functions.
@hugoalh/symmetric-crypto
An ECMAScript (JavaScript & TypeScript) module to provide an easier symmetric crypto.
@hugoalh/is-numeric-integral
An ECMAScript (JavaScript & TypeScript) module to determine whether the numeric is integral.
stats-strided-dminabs
Calculate the minimum absolute value of a double-precision floating-point strided array.
stats-array-nanvariancetk
Calculate the variance of an array ignoring `NaN` values and using a one-pass textbook algorithm.
stats-strided-dmskmin
Calculate the minimum value of a double-precision floating-point strided array according to a mask.
blas-base-wasm-dznrm2
Compute the L2-norm of a complex double-precision floating-point vector.
blas-base-wasm-sdsdot
Calculate the dot product of two single-precision floating-point vectors with extended accumulation.
stats-strided-dvariance
Calculate the variance of a double-precision floating-point strided array.
stats-incr-nanmstdev
Compute a moving corrected sample standard deviation incrementally, ignoring NaN values.
lapack-base-dge-trans
Convert input general matrix from row-major to column-major layout or vice versa.
@stdlib/random-strided-lognormal
Fill a strided array with pseudorandom numbers drawn from a lognormal distribution.
ndarray-vector-uint8c
Create a clamped unsigned 8-bit integer vector (i.e., a one-dimensional ndarray).
stats-array-nanmax-by
Calculate the maximum value of an array via a callback function, ignoring NaN values.
math-base-special-atan2f
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.
stats-strided-dnanvariancepn
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
ndarray-base-unary-reduce-subarray-by
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! 🐙🌐
stats-array-nanmskrange
Effortlessly compute statistical ranges in arrays with stats-array-nanmskrange. Ideal for numerical tasks in JavaScript and Node.js. 🚀📊
math-base-special-binomcoeff
Compute the binomial coefficient as a single-precision floating-point number.
stats-strided-dmskrange
Calculate the range of a double-precision floating-point strided array according to a mask.
stats-strided-dsmeanors
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.
number-float64-base-add5
Compute the sum of five double-precision floating-point numbers.
stats-strided-dcuminabs
Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.
number-float32-base-add
Compute the sum of two single-precision floating-point numbers.
@stdlib/random-array-frechet
Create an array containing pseudorandom numbers drawn from a Fréchet distribution.
https://github.com/cumbof/computational-graphics-project
Final Project for Computational Graphics course
random-tools-unary
Constructor for creating ndarrays filled with pseudorandom numbers drawn from a single-parameter probability distribution.
@stdlib/blas-base-dznrm2
Compute the L2-norm of a complex double-precision floating-point vector.
blas-base-strmv
Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.
stats-base-ndarray-scumax
Compute the cumulative maximum value of a one-dimensional single-precision floating-point ndarray.
@stdlib/complex-float32-base-assert-is-equal
Test whether two single-precision complex floating-point numbers are equal.
@hugoalh/sdbm
An ECMAScript (JavaScript & TypeScript) module to get the non-cryptographic hash of the data with algorithm SDBM.
stats-strided-sminabs
Calculate the minimum absolute value of a single-precision floating-point strided array.
blas-ext-cusum
Compute the cumulative sum along one or more ndarray dimensions.
stats-strided-sstdevch
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.
stats-incr-nanstdev
Compute a corrected sample standard deviation incrementally, ignoring NaN values.
complex-float32-base-assert-is-almost-equal
Test whether two single-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).