@stdlib/constants-float64-sqrt-phi
Square root of the golden ratio.
Square root of the golden ratio.
Square root of π.
Square root of 3.
Square root of 2.
Square root of 2π.
Compute the reciprocal square root of a double-precision floating-point number.
Compute the reciprocal square root of a single-precision floating-point number.
Compute the principal square root of a double-precision floating-point number.
Compute sqrt(1 + x) - 1.
Compute an integer square root.
Fourth root of double-precision floating-point epsilon.
Square root of half-precision floating-point epsilon.
Natural logarithm of the square root of 2π.
Square root of single-precision floating-point epsilon.
A BigInt can represent whole numbers larger than 2⁵³ - 1 {web}.
Compute common and modular square roots
math code bricks for JavaScript
A comprehensive npm package offering 10 essential calculator functions, including addition, subtraction, multiplication, division, exponentiation, square root, logarithm, sine, cosine, and tangent. Perfect for quick and efficient mathematical computations
it gives the sqrt of a number in o(n) complexity