Difference between revisions of "MC-Basic:LOG"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= Log(''<expression>'') |AVAILABILITY= All versions |DESCRIPTION= Returns the natural logarithm of the expression. |TYPE= Double |RANGE= Grea…')
 
 
(6 intermediate revisions by 4 users not shown)
Line 4: Line 4:
  
 
|SYNTAX=
 
|SYNTAX=
Log(''<expression>'')
+
Log(<''expression''>)
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 28: Line 28:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 36: Line 36:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:EXP|EXP]]
+
* [[MC-Basic:EXP|EXP]]
  
 +
[[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