@stdlib/math-base-special-sqrt
Compute the principal square root of a double-precision floating-point number.
Found 21 results for math.sqrt
Compute the principal square root of a double-precision floating-point number.
Computes the principal square root.
Compute the reciprocal square root of a single-precision floating-point number.
Compute the reciprocal square root of a double-precision floating-point number.
Compute an integer square root.
Compute the reciprocal square root for each element in a strided array.
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 strided array.
Create an iterator which computes the principal square root of each iterated value.
Compute the principal square root for each element in a single-precision floating-point strided array.
Compute the principal square root of the product of π and a positive double-precision floating-point number.
Compute the principal square root for each element in a double-precision floating-point strided array.
Compute sqrt(1 + x) - 1.
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.
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.