Formula Functions > Functions R to S > SQRTPI |
This function returns the positive square root of a multiple of pi (p).
SQRTPI(multiple)
Specify the number of multiples of pi (p) of which to calculate the square root.
This function calculates the square root of a multiple of pi.
Accepts numeric data. Returns numeric data.
SQRTPI(A3)
SQRTPI(1) is the same as SQRT(PI())
SQRTPI(5) gives the result 3.963327
This function is available in product version 1.0 or later.
PI | SQRT | Statistical Functions