MC-Basic:SQRT

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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)