gamp
Provide a four operations calculator API with workaround for the common floating-point issue
Provide a four operations calculator API with workaround for the common floating-point issue
HyperFormula is a JavaScript engine for efficient processing of spreadsheet-like data and formulas
Library for converting numbers from one radix representation (encoding) to another, with optional custom defined encodings. Inspired by rubyworks/radix.
Computes the truncated mean of an array.
Parse simple expressions, in a language of your own description
A mathematical and quantitative library for Javascript and Node.js
A browserify implementation of node-bignum
Computes the arithmetic mean.
Computes an element-wise multiplication of a numeric array.
Computes an element-wise subtraction.
Computes the sum.
Computes an element-wise addition.
Computes an element-wise division.
Provides a method to compute a moving sum incrementally.
Computes the arithmetic range of an array.
Computes an element-wise absolute value.
Computes the differences between adjacent elements in an array of values.
Computes a moving arithmetic mean over an array.
Computes a moving sample standard deviation over a numeric array.
Computes a moving sample variance over a numeric array.