MC-Basic:LOG

From SoftMC-Wiki
Revision as of 09:12, 22 May 2014 by Miborich (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns the natural logarithm of the expression.

Syntax

Log(<expression>)

Availability

All versions

Type

Double

Range

Greater than 0

Scope

Configuration, Task or Terminal

Limitations

Read only

Examples

?Log(1)

Var1 = Log(Var2)

See Also