@stdlib/math-base-special-rsqrt
Compute the reciprocal square root of a double-precision floating-point number.
Found 61 results for sqrt
Compute the reciprocal square root of a double-precision floating-point number.
Compute an integer square root.
Square root of 1/2.
Fourth root of double-precision floating-point epsilon.
Natural logarithm of the square root of 2π.
@numio/bigmath is an arbitrary-precision arithmetic library. It can be used for basic operations with decimal numbers (integers and float)
A collection of mathematical utility functions including operations like clamp, lerp, normalize, and more.
Compute the reciprocal square root for each element in a strided array.
Floating point complex square root
A TypeScript utility library providing essential mathematical operations and functions for developers. It includes basic arithmetic operations, statistical calculations, combinatorics, rounding functions, and more. Perfect for JavaScript and TypeScript pr
Compute the principal square root for each element in a double-precision floating-point strided array according to a strided mask array.
Compute the principal square root for each element in a single-precision floating-point strided array.
Compute the principal square root for each element in a strided array.
Create an iterator which computes the principal square root of each iterated value.
Square root of 2.
Square root of the golden ratio.
Compute the principal square root for each element in a double-precision floating-point strided array.
math code bricks for JavaScript
Compute sqrt(1 + x) - 1.
Compute common and modular square roots
Square root of the golden ratio.
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.
Create an iterator which computes `sqrt(1+x) - 1` for each iterated value.
Compute the principal square root for each element retrieved from an input strided array via a callback function.
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.
Compute the reciprocal square root for each element in a double-precision floating-point strided array according to a strided mask 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