@stdlib/math-base-special-sqrt
Compute the principal square root of a double-precision floating-point number.
@stdlib/math-base-special-rsqrt
Compute the reciprocal square root of a double-precision floating-point number.
@stdlib/math-strided-special-dsqrt
Compute the principal square root for each element in a double-precision floating-point strided array.
@stdlib/math-base-special-rsqrtf
Compute the reciprocal square root of a single-precision floating-point number.
@stdlib/math-strided-special-drsqrt
Compute the reciprocal square root for each element in a double-precision floating-point strided array.
@stdlib/math-strided-special-dmsksqrt
Compute the principal square root for each element in a double-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-ssqrt
Compute the principal square root for each element in a single-precision floating-point strided array.
@stdlib/math-strided-special-smsksqrt
Compute the principal square root for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-sqrt
Compute the principal square root of each element in a strided array.
@stdlib/math-strided-special-smskrsqrt
Compute the reciprocal square root for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-dmskrsqrt
Compute the reciprocal square root for each element in a double-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-sqrt-by
Compute the principal square root for each element retrieved from an input strided array via a callback function.
@stdlib/math-iter-special-rsqrt
Create an iterator which computes the reciprocal (inverse) square root of each iterated value.
@stdlib/math-strided-special-srsqrt
Compute the reciprocal square root for each element in a single-precision floating-point strided array.
constants-float32-sqrt-pi
Square root of the mathematical constant π as a single-precision floating-point number.
constants-float32-sqrt-three
Square root of 3 as a single-precision floating-point number.
constants-float32-sqrt-half-pi
Square root of 0.5π as a single-precision floating-point number.
constants-float32-sqrt-two
Square root of `2` as a single-precision floating-point number.
constants-float32-fourth-root-eps
Fourth root of single-precision floating-point epsilon.
constants-float32-sqrt-two-pi
Square root of 2π as a single-precision floating-point number
constants-float32-sqrt-half
Square root of 1/2 as a single-precision floating-point number.