@stdlib/math-base-special-sqrt
popularCompute the principal square root of a double-precision floating-point number.
Updated by @stdlib-bot
@stdlib/constants-float64-ln-sqrt-two-pi
Natural logarithm of the square root of 2π.
Updated by @stdlib-bot
@stdlib/math-strided-special-sqrt
Compute the principal square root of each element in a strided array.
Updated by @stdlib-bot
@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.
Updated by @stdlib-bot
@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.
Updated by @stdlib-bot
@stdlib/math-strided-special-dsqrt
Compute the principal square root for each element in a double-precision floating-point strided array.
Updated by @stdlib-bot
@stdlib/math-strided-special-drsqrt
Compute the reciprocal square root for each element in a double-precision floating-point strided array.
Updated by @stdlib-bot
@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.
Updated by @stdlib-bot
@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.
Updated by @stdlib-bot
@stdlib/math-strided-special-srsqrt
Compute the reciprocal square root for each element in a single-precision floating-point strided array.
Updated by @stdlib-bot
@stdlib/math-strided-special-ssqrt
Compute the principal square root for each element in a single-precision floating-point strided array.
Updated by @stdlib-bot
@stdlib/math-strided-special-rsqrt
Compute the reciprocal square root for each element in a strided array.
Updated by @stdlib-bot
@stdlib/constants-float64-sqrt-eps
Square root of double-precision floating-point epsilon.
Updated by @stdlib-bot
@stdlib/math-base-special-rsqrt
Compute the reciprocal square root of a double-precision floating-point number.
Updated by @stdlib-bot
@stdlib/math-base-special-rsqrtf
Compute the reciprocal square root of a single-precision floating-point number.
Updated by @stdlib-bot
@stdlib/math-iter-special-rsqrt
Create an iterator which computes the reciprocal (inverse) square root of each iterated value.
Updated by @stdlib-bot
@stdlib/math-iter-special-sqrt
Create an iterator which computes the principal square root of each iterated value.
Updated by @stdlib-bot
@stdlib/math-iter-special-sqrt1pm1
Create an iterator which computes `sqrt(1+x) - 1` for each iterated value.
Updated by @stdlib-bot