@acransac/sqrt
Compute common and modular square roots
Found 61 results for sqrt
Compute common and modular square roots
Square root of double-precision floating-point epsilon.
Compute the reciprocal square root for each element in a single-precision floating-point strided array.
Create an iterator which computes the reciprocal (inverse) square root of each iterated value.
Compute the reciprocal square root for each element in a single-precision floating-point strided array according to a strided mask array.
Compute the principal square root for each element retrieved from an input strided array via a callback function.
Square root of the golden ratio.
Create an iterator which computes `sqrt(1+x) - 1` for each iterated value.
Square root of 1/2.
Simple Mathematical string parser.
Compute the principal square root for each element in a single-precision floating-point strided array according to a strided mask array.
Compute the reciprocal square root for each element in a double-precision floating-point strided array.
Small math project
A utility to calculate the regression of y=(mx+b)^(1/2).
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
Mathematical Operation Services
it gives the sqrt of a number in o(n) complexity
```javascript import { cubeRoot } from 'cuberoot';
program
Calculate the square root of something dynamically in CSS