Returns the positive square root of the product of pi and the given number.
Syntax
Remarks
To convert the given number into a positive integer, you can use the ABS function.
Examples
|
Formula |
Result |
|
=SQRTPI(25) |
8.862269255 |
|
=SQRTPI(33.4) |
10.243495235 |
|
=SQRTPI(ABS(-12)) |
6.139960248 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions