Toggle Table of Content
Documentation
Sqrt(Numeric number)
Returns the square root of a number.
Parameters
number
The number for which you want to calculate the square root.
Returns
Numeric
Examples
Sqrt(4)
returns 2