SQRT returns the square root of a number.
SQRT
SQRT(9)
This returns 3.0.
3.0
SQRT(2)
This returns approximately 1.4142135623730951.
1.4142135623730951
Last updated 1 month ago
Was this helpful?