Parameter List
Syntax
SQRTPI(number)
number
The number to multiply by π before taking the square root. For example: 4
, A1
, or any non-negative numeric value.
More details
SQRTPI multiplies the input number by π (approximately 3.14159) and then takes the square root of the result. This function is useful in statistical formulas, particularly those involving normal distributions and other mathematical calculations where √(n×π) appears frequently.