SQRTPI


Description Calculates the square root of the product of the specified number and .

Syntax SQRTPI ( number )

Argument Description
number Any positive number. If you specify a negative number, the error #NUM! is returned.

Examples This function returns 1.772453851:

SQRTPI(1)

This function returns 2.506628275:

SQRTPI(2)

See Also SQRT, PI