The SQRTPI function returns the square root of the number passed as an argument multiplied by π (3.14159265...).
Syntax
SQRTPI(
number
)
Parameters
- number: Number to consider in the calculation.
Returned value
The SQRTPI function returns a real number.
The value of π used in the calculation is the one obtained with the PI function.
Examples
The following measure returns the square root of 5π:
Resultado = SQRTPI(5)
Category
Statistical