SQRTPI

Calculates the square root of the product of a given number and π (pi). This function is equivalent to SQRT(number × PI()) and is commonly used in statistical and mathematical calculations.

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.

Examples

SQRTPI() returns 1