MindFusion.Wpf Pack Programmer's Guide
SQRT

Returns the square of the specified number.

Syntax  Copy Code

SQRT( Number n )  Number

Parameters

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

Remarks

If n is negative, the function returns the #NUM! error value.

Example

Formula  Copy Code

=SQRT(16)

See Also

Function Reference
POWER Function
SQRTPI Function