This function returns the positive square root of a multiple of pi (p).
Syntax
SQRTPI(multiple)
Arguments
Specify the number of multiples of pi (p) of which to calculate the square root.
Remarks
This function calculates the square root of a multiple of pi.
Data Types
Accepts numeric data. Returns numeric data.
Examples
SQRTPI(A3)
SQRTPI(1) is the same as SQRT(PI())
SQRTPI(5) gives the result 3.963327
Version Available
This function is available in product version 1.0 or later.
See Also
PI | SQRT | Statistical Functions