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 компонент для редактирования полей: сумм, площадей, колличества, ставки, итога и т.п.
Typescript Primitives
Compute the absolute value for each element in a double-precision floating-point strided array.
Compute the squared absolute value for each element in a double-precision floating-point strided array.
Compute the cube root of each element in a double-precision floating-point strided array.
Compute the cube root of each element retrieved from a double-precision floating-point strided array via a callback function.
Round each element in a double-precision floating-point strided array toward positive infinity.
Convert each element in a double-precision floating-point strided array from degrees to radians.
Round each element in a double-precision floating-point strided array toward negative infinity.
Compute the multiplicative inverse for each element in a double-precision floating-point strided array.
Compute the absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
Compute the squared absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
Round each element in a double-precision floating-point strided array toward positive infinity according to a strided mask array.
Convert each element in a double-precision floating-point strided array from degrees to radians according to a strided mask array.
Round each element in a double-precision floating-point strided array toward negative infinity according to a strided mask array.