<< Click to Display Table of Contents >>
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