add
A cross-browser, numerically stable algorithm to add floats accurately
A cross-browser, numerically stable algorithm to add floats accurately
Computes the sum.
Resolves mathematical sigma summations
matematik temel islemleri
Santi's Small Summation Library: Easily use Σ in your JavaScript!
summation module
This is a test package
Fastest Prime Number Calculation logic for browser (checks, random generator, prime range generator, primes count generator, summation of primes, factorial of primes)
Fastest Prime Number Calculation logic for nodejs and browser (checks, random generator, prime range generator, primes count generator, summation of primes, factorial of primes)
Element-wise addition of two strided arrays.
Element-wise addition of two strided arrays via a callback function.
Element-wise subtraction of two strided arrays.
Adds a constant to each double-precision floating-point strided array element and computes the sum.
Adds a constant to each double-precision floating-point strided array element and computes the sum using an improved Kahan–Babuška algorithm.
Adds a constant to each double-precision floating-point strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.
Adds a constant to each double-precision floating-point strided array element and computes the sum using ordinary recursive summation.
Adds a constant to each double-precision floating-point strided array element and computes the sum using pairwise summation.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
Calculate the cumulative sum of double-precision floating-point strided array elements.