Difference between revisions of "MC-Basic:SQRT"
m (Miborich moved page Axystems:MC-Basic:SQRT to MC-Basic:SQRT: Global renaming of Axystems: namespace into (Main):) |
|||
Line 37: | Line 37: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | [[Category | + | [[Category:MC-Basic:Arithmetic Functions|SQRT]] |
}} | }} |
Revision as of 09:12, 22 May 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)