const-min-safe-integer-float64
Minimum safe double-precision floating-point integer.
Minimum safe double-precision floating-point integer.
A small type-array based matrix lib. A core matrix type plus just the other functions you need.
Returns a double-precision floating-point number with the magnitude of x and the sign of x*y.
Returns a 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
Returns a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).
Фронт vue компонент для редактирования полей: сумм, площадей, колличества, ставки, итога и т.п.
Typed array pool.
Split a double-precision floating-point number into a higher order word and a lower order word.
Typescript Primitives
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the range of a double-precision floating-point strided array.
Calculate the standard error of the mean for a double-precision floating-point strided array.
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass trial mean algorithm.
Calculate the standard error of the mean for a double-precision floating-point strided array using a two-pass algorithm.
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass textbook algorithm.