Overview
This function returns the square root of the given number.
Parameters
squareRoot(number)
Number
The number to find the square root of.
For example...
squareRoot(16)
Returns 4.
An expression editor function that calculates the square root of a number.
This function returns the square root of the given number.
squareRoot(number)
The number to find the square root of.
For example...
squareRoot(16)
Returns 4.