@stdlib/math-base-special-sqrt
Compute the principal square root of a double-precision floating-point number.
@stdlib/math-base-special-cbrt
Compute the cube root 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-base-special-cbrtf
Compute the cube root of a single-precision floating-point number.
@stdlib/math-strided-special-dmskcbrt
Compute the cube root for each element in a double-precision floating-point strided array according to a strided mask array.
@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-cbrt
Compute the cube root of each element in a strided array.
@stdlib/math-base-special-rsqrtf
Compute the reciprocal square root of a single-precision floating-point number.
@stdlib/math-strided-special-dcbrt
Compute the cube root of each element in a double-precision floating-point strided array.
@stdlib/math-strided-special-drsqrt
Compute the reciprocal square root for each element in a double-precision floating-point strided array.
@stdlib/math-base-special-sqrtpi
Compute the principal square root of the product of π and a positive number.
@stdlib/math-strided-special-smskcbrt
Compute the cube root for each element in a single-precision floating-point strided array according to a strided mask 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-sqrt
Compute the principal square root of each element in a 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-base-special-rcbrt
Compute the reciprocal cube root of a double-precision floating-point number.
@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-strided-special-cbrt-by
Compute the cube root of each element retrieved from an input strided array via a callback function.
@stdlib/math-strided-special-dcbrt-by
Compute the cube root of each element retrieved from a double-precision floating-point strided array via a callback function.
landaudistribution.jl
Extending `Distributions.jl` to include Landau Distribution based on CERN ROOT's implementation.
math-strided-special-scbrt
Compute the cube root of each element in a single-precision floating-point strided array.
constants-float32-sqrt-two
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.
constants-float32-sqrt-two-pi
Square root of 2π 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-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.
mecha
MECHA is an explicit cross-section model of the root hydraulic anatomy which connects hydraulic concepts across scales.
@stdlib/math-base-special-rcbrtf
Compute the reciprocal cube root of 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.