sqrt PowerHome formula function
Description
Calculates the square root of a number.
Syntax
sqrt ( n )
Argument Description
n The number for which you want the square root
Return value
Double. Returns the square root of n.
Usage
Sqrt(n) is the same as n ^.5.

Taking the square root of a negative number causes an execution error.