The SQRTPI function is one of the math and trigonometry functions. It is used to return the square root of the pi constant (3.14159265358979) multiplied by the specified number.
Syntax
SQRTPI(number)
The SQRTPI function has the following argument:
Argument
Description
number
The number you wish to multiply the pi constant by.
Notes
If the number value is negative, the function returns the #NUM! error.