<< Click to Display Table of Contents >>
Syntax:
SQRTPI(Number)
Description:
This returns the square root of (Number * pi).
The given number must be ≥ 0.
Example:
SQRTPI(42) equals SQRT(42*PI()), which is 11.48681381
See also:
PI, SQRT, ROOTN