Updated 6 months ago

@stdlib/math-base-special-sqrt • Rank 12.7 • Science 44%

Compute the principal square root of a double-precision floating-point number.

Updated 6 months ago

@stdlib/math-base-special-rsqrt • Rank 4.8 • Science 44%

Compute the reciprocal square root of a double-precision floating-point number.

Updated 6 months ago

@stdlib/math-strided-special-dsqrt • Rank 4.3 • Science 44%

Compute the principal square root for each element in a double-precision floating-point strided array.

Updated 6 months ago

@stdlib/math-base-special-rsqrtf • Rank 4.1 • Science 44%

Compute the reciprocal square root of a single-precision floating-point number.

Updated 6 months ago

@stdlib/math-strided-special-drsqrt • Rank 3.6 • Science 44%

Compute the reciprocal square root for each element in a double-precision floating-point strided array.

Updated 6 months ago

@stdlib/math-iter-special-sqrt • Rank 3.6 • Science 44%

Create an iterator which computes the principal square root of each iterated value.

Updated 6 months ago

@stdlib/math-strided-special-dmsksqrt • Rank 3.6 • Science 44%

Compute the principal square root for each element in a double-precision floating-point strided array according to a strided mask array.

Updated 6 months ago

@stdlib/math-strided-special-ssqrt • Rank 3.5 • Science 44%

Compute the principal square root for each element in a single-precision floating-point strided array.

Updated 6 months ago

@stdlib/math-strided-special-smsksqrt • Rank 3.3 • Science 44%

Compute the principal square root for each element in a single-precision floating-point strided array according to a strided mask array.

Updated 6 months ago

@stdlib/math-strided-special-smskrsqrt • Rank 3.3 • Science 44%

Compute the reciprocal square root for each element in a single-precision floating-point strided array according to a strided mask array.

Updated 6 months ago

@stdlib/math-strided-special-dmskrsqrt • Rank 3.2 • Science 44%

Compute the reciprocal square root for each element in a double-precision floating-point strided array according to a strided mask array.

Updated 6 months ago

@stdlib/math-strided-special-sqrt-by • Rank 2.7 • Science 44%

Compute the principal square root for each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-iter-special-rsqrt • Rank 3.9 • Science 26%

Create an iterator which computes the reciprocal (inverse) square root of each iterated value.

Updated 6 months ago

@stdlib/math-strided-special-srsqrt • Rank 3.4 • Science 26%

Compute the reciprocal square root for each element in a single-precision floating-point strided array.

Updated 6 months ago

constants-float32-sqrt-pi • Science 44%

Square root of the mathematical constant π as a single-precision floating-point number.