math-float32-signbit
Returns a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).
Returns a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).
Returns an integer corresponding to the significand of a single-precision floating-point number.
Returns an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
Фронт vue компонент для редактирования полей: сумм, площадей, колличества, ставки, итога и т.п.
Typescript Primitives
convert/encode a float array as a hex string and back again.
Evaluate the ramp function for each element in a single-precision floating-point strided array.
Compute the reciprocal square root for each element in a single-precision floating-point strided array.
Compute the principal square root for each element in a single-precision floating-point strided array.
Round each element in a single-precision floating-point strided array toward zero.
Compute the absolute value for each element in a single-precision floating-point strided array.
Compute the squared absolute value for each element in a single-precision floating-point strided array.
Compute the cube root of each element in a single-precision floating-point strided array.
Round each element in a single-precision floating-point strided array toward positive infinity.
Convert each element in a single-precision floating-point strided array from degrees to radians.
Round each element in a single-precision floating-point strided array toward negative infinity.
Compute the multiplicative inverse for each element in a single-precision floating-point strided array.
Compute the absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
Compute the cube root for each element in a single-precision floating-point strided array according to a strided mask array.