Show AllShow All

SQRTPI

See Also

Returns the square root of (number * pi).

If this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

ShowHow?

Syntax

SQRTPI(number)

Number    is the number by which pi is multiplied.

Remark

If number < 0, SQRTPI returns the #NUM! error value.

Example

The example may be easier to understand if you copy it to a blank worksheet.

Show How?

 
1
2
3
A B
Formula Description (Result)
=SQRTPI(1) Square root of pi (1.772454)
=SQRTPI(2) Square root of 2 * pi (2.506628)