@stdlib/math-base-special-sqrt
Compute the principal square root of a double-precision floating-point number.
@stdlib/math-base-special-abs2
Compute the squared absolute value of a double-precision floating-point number.
@stdlib/math-base-special-sqrtf
Compute the principal square root of a single-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-sabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array.
@stdlib/math-base-special-abs2f
Compute the squared absolute value of a single-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-strided-special-dabs2
Compute the squared absolute value 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-abs2
Compute the squared absolute value for each element in a strided array.
@stdlib/simulate-iter-pulse
Create an iterator which generates a pulse waveform.
@stdlib/math-base-special-sqrtpi
Compute the principal square root of the product of π and a positive 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/simulate-iter-square-wave
Create an iterator which generates a square wave.
@stdlib/math-strided-special-smskabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask 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-iter-sequences-squared-triangular
Create an iterator which generates a sequence of squared triangular numbers.
@stdlib/math-strided-special-abs2-by
Compute the squared absolute value of each element retrieved from an input strided array via a callback function.
@stdlib/math-strided-special-dmskabs2
Compute the squared absolute value 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.
random-streams-chisquare
Create a readable stream for generating pseudorandom numbers drawn from a chi-square distribution.
@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-three
Square root of 3 as a single-precision floating-point number.
constants-float32-sqrt-two-pi
Square root of 2π as a single-precision floating-point number
constants-float32-sqrt-pi
Square root of the mathematical constant π 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-half
Square root of 1/2 as a single-precision floating-point number.
math-base-special-sqrtpif
Compute the principal square root of the product of π and a positive single-precision floating-point number.
constants-float32-sqrt-two
Square root of `2` as a single-precision floating-point number.