This documentation is archived and is not being maintained.
SQRTPI Function (DAX)
Returns the square root of (number * pi).
Parameters
| Term | Definition |
|---|
| number | Required. The number by which pi is multiplied. |
Returns the square root of (number * pi).
xxxxx
| Formula | Description | Result |
|---|
| =SQRTPI(1) | Square root of pi. | 1.772454 |
| =SQRTPI(2) | Square root of 2 * pi. | 2.506628 |