SQRTPI (square root of x*Pi)

<< Click to Display Table of Contents >>

SQRTPI (square root of x*Pi)

Syntax:

SQRTPI(Number)

Description:

Returns the square root of (Number * pi).

Number must be ≥ 0.

Example:

SQRTPI(42) equals SQRT(42*PI()), which is 11.48681381

See also:

PI, SQRT, ROOTN