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¶ add arg_max arg_min div exp log max min mod mult partial_sums percentile pow prod sqrt sub sum