sqrt¶ Syntax¶ sqrt(x) Parameters¶ x A numeric expression. Returns¶ Returns the square root of the argument. Description¶ Returns the square root of the argument. A run-time error occurs if the argument evaluates to a negative value. See Also¶ pow