Difference between revisions of "MC-Basic:SQRT"
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= SQRT''(<expression>)'' |AVAILABILITY= All versions |DESCRIPTION= This function returns the square root of the numeric expression. |TYPE= Dou…') |
|||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:SQRT}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 28: | Line 29: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | Read | + | Read only |
|EXAMPLE= | |EXAMPLE= | ||
Line 37: | Line 38: | ||
|SEE ALSO= | |SEE ALSO= | ||
+ | [[Category:MC-Basic:Arithmetic Functions|SQRT]] | ||
}} | }} |
Latest revision as of 06:16, 28 April 2017
Language: | English • 中文(简体) |
---|
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)