Difference between revisions of "MC-Basic:LOG"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:LOG to MC-Basic:LOG: Global renaming of Axystems: namespace into (Main):)
 
Line 38: Line 38:
 
* [[MC-Basic:EXP|EXP]]
 
* [[MC-Basic:EXP|EXP]]
  
[[Category:Axystems:MC-Basic:Arithmetic Functions|LOG]]
+
[[Category:MC-Basic:Arithmetic Functions|LOG]]
  
 
}}
 
}}

Latest revision as of 09:12, 22 May 2014

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