Difference between revisions of "MC-Basic:SQRT"
m (Text replace - "Read-Only" to "Read only") |
|||
Line 28: | Line 28: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | Read | + | Read only |
|EXAMPLE= | |EXAMPLE= |
Revision as of 13:46, 18 March 2014
This function returns the square root of the numeric expression.
Syntax
SQRT(<expression>)
Availability
All versions
Type
Double
Range
Greater than or equal to zero
Scope
Configuration, Terminal, or Task
Limitations
Read only
Examples
?Sqrt (Var1)
Var1 = Sqrt(Var2)