The SQRTPI function returns the square root of the multiplication of a number and pi.
Formula:
=SQRTPI(number)
Explanations:
The number is required, which is a number to multiply pi.
Cautions:
– When the number is less than 0, the function returns the #NUM! error.