Showing 1-20 of 675 packages
Use pow(), sqrt(), hypot(), log(), exp() exponential functions in CSS
Integer squareroot implemented for BigNumbers (bn.js) use bit-shift operations.
Compute the principal square root of a double-precision floating-point number.
Square root of double-precision floating-point epsilon.
Square root of 2π.
Square root of 2.
Natural logarithm of the square root of 2π.
Computes the principal square root.
Compute sqrt(1 + x) - 1.
sqrt abstraction to extend linear-arbitrary-precision
Square root of single-precision floating-point epsilon.
🐊Putout plugin adds ability to convert 'Math.sqrt()' to 'Math.hypot()'
Create an iterator which computes `sqrt(1+x) - 1` for each iterated value.
Babylonian method for calculating square root of a number.
A TypeScript library for calculating square roots of arbitrary-precision numbers using the `bn.js` library.
ECMAScript modules for exactly manipulating real numbers of the form (p / q)sqrt(b).
Computes an element-wise principal square root.
Square root of π.
The RAW complex numbers library
LAPACK routine to calculate sqrt(x^2 + y^2) in a manner which doesn't cause unnecessary overflow.