Difference between revisions of "MC-Basic:SQRT"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 37: Line 37:
 
|SEE ALSO=
 
|SEE ALSO=
  
 +
[[Category:Axystems:MC-Basic:Arithmetic Functions|SQRT]]
  
 
}}
 
}}

Revision as of 16:04, 6 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)

See Also