Google Sheets
SQRTPI function in Google Sheets
Returns the positive square root of the product of Pi and the given positive number.
=SQRTPI(value)SQRTPI syntax and parameters
One argument, one required.
- valuenumberRequired
The number which will be multiplied by Pi and have the product's square root returned value must be positive; if it is negative, SQRTPI will return the #NUM! error.
SQRTPI examples
Formulas you'll actually reuse.
√(π · B2) — shows up in the normal-distribution constant:
=SQRTPI(B2)Result
2.5066The 1/√(2π) prefactor of the standard normal density:
=1 / SQRTPI(2)Result
0.3989
SQRTPI in Excel
Same name — your formula ports as-is.
Try SQRTPI in the playground
Edit the example — nothing to install.
Preloaded with the SQRTPI formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Google Sheets gets this done.
- ABSReturns the absolute value of a number.MathExcel
- ACOSReturns the inverse cosine of a value, in radians.MathExcel
- ACOSHReturns the inverse hyperbolic cosine of a number.MathExcel
- ACOTReturns the inverse cotangent of a value, in radians. .MathExcel
- ACOTHReturns the inverse hyperbolic cotangent of a value, in radians. Must not be between -1 and 1, inclusive..MathExcel
- ASINReturns the inverse sine of a value, in radians.MathExcel