SQRTPI
Syntax:
SQRTPI ( x )
Description: Computes the positive square root of x × π.
Arguments:
Name |
Type |
Description |
---|---|---|
x |
number |
The number, which when multiplied by π, whose positive root is to be found. |
Return Type and Value: number – The positive square root of x × π.
However, if x is negative, #NUM!
is returned.
example: