MC-Basic:SQRT

From SoftMC-Wiki
Revision as of 06:16, 28 April 2017 by Chi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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)

See Also