Square Root
Syntax:
sqrt(Number)
Calculates the square root of a given number.
Examples
sqrt(9)
returns the square root of 9, which is 3
:
Syntax:
sqrt(Number)
Calculates the square root of a given number.
sqrt(9)
returns the square root of 9, which is 3
: