sqrtpi
Square root of number * pi.
Syntax
Section titled “Syntax”v = sqrtpi(number)Description
Section titled “Description”Returns sqrt(number * pi). Convenience function for normal-distribution-related arithmetic.
Example
Section titled “Example”sqrtpi(1) % 1.7725 (sqrt(pi))See also
Section titled “See also”pi— Mathematical constant π.