SQRTPI
Applies to: Calculated column Calculated table Measure Visual calculation
Returns the square root of (number * pi).
Syntax
SQRTPI(number)
Parameters
Term | Definition |
---|---|
number | Required. The number by which pi is multiplied. |
Return value
Returns the square root of (number * pi).
Example
Formula | Description | Result |
---|---|---|
= SQRTPI(1) | Square root of pi. | 1.772454 |
= SQRTPI(2) | Square root of 2 * pi. | 2.506628 |