Navigation: Formulas and functions > Functions from A to Z >
Syntax:
SQRTPI(Number)
Description:
This 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