sqrt()
Returns the square root function.
Syntax
sqrt(x)
Arguments
- x: A real number >= 0.
Returns
- A positive number such that
sqrt(x) * sqrt(x) == x nullif the argument is negative or cannot be converted to arealvalue.
Feedback
Submit and view feedback for