Formulas and Functions
SQRTPI
The SQRTPI function returns the square root of a number value after it has been multiplied by π (pi).
SQRTPI(non-neg-number)
non-neg-number: A number value. non-neg-num must be greater than or equal to 0.
Examples |
---|
=SQRTPI(5) returns 3.96332729760601. =SQRTPI(8) returns 5.013256549262. |