TRUECALC
Functions

SQRTPI

Square root of n times pi

Try it

When to use it

When should I use SQRTPI?

Use SQRTPI when you need the square root of a value multiplied by pi, which appears in formulas involving circular areas or normal distribution calculations.

Used in

science · engineering

Syntax

SQRTPI(n)

Examples

=SQRTPI(9) // => 5.317361552716548

On this page