@acransac/sqrt
Compute common and modular square roots
Compute common and modular square roots
Simple Mathematical string parser.
🐊Putout plugin adds ability to convert 'Math.sqrt()' to 'Math.hypot()'
🐊Putout plugin adds ability to convert 'Math.imul()' to operator '*'
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
program
Mathematical Operation Services
Small math project
A collection of mathematical utility functions including operations like clamp, lerp, normalize, and more.
```javascript import { cubeRoot } from 'cuberoot';
A BigInt can represent whole numbers larger than 2⁵³ - 1 {web}.
Create an iterator which computes the principal square root of each iterated value.
Create an iterator which computes `sqrt(1+x) - 1` for each iterated value.
Create an iterator which computes the reciprocal (inverse) square root of each iterated value.
Compute the principal square root for each element retrieved from an input strided array via a callback function.
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.
Compute the reciprocal square root for each element in a double-precision floating-point strided array according to a strided mask array.