MindFusion.Wpf Pack Programmer's Guide
SQRTPI

Returns the square root of the specified number multiplied by π (pi).

Syntax  Copy Code

SQRTPI( Number n )  Number

Parameters

n
Required. The number for which to find square root.

Remarks

Calculates the square root of (n * π). If n is negative, the function returns the #NUM! error value.

Example

Formula  Copy Code

=SQRTPI(2)

See Also

Function Reference
POWER Function
SQRT Function
PI Function