Returns the square root of the specified number multiplied by π (pi).
Syntax
Copy Code
|
|---|
SQRTPI( Number n ) → Number |
Calculates the square root of (n * π). If n is negative, the function returns the #NUM! error value.
Formula
Copy Code
|
|---|
=SQRTPI(2) |