Difference between revisions of "Log"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns the natural logarithm of the specified numerical expression. ==== Usage ==== <syntaxhighlight>Log(Value)</syntaxhighlight> Where: Value - a numerical expressi...")
 
m
 
Line 1: Line 1:
 
Returns the natural logarithm of the specified numerical expression.   
 
Returns the natural logarithm of the specified numerical expression.   
  
==== Usage ====
+
== Usage ==
<syntaxhighlight>Log(Value)</syntaxhighlight>  
+
<syntaxhighlight>Log(Value);</syntaxhighlight>  
  
Where: [[Value]] - a numerical expression  
+
Where:  
 +
 
 +
:'''Value''' - a numerical expression.
 
   
 
   
==== Example ====
+
== Example ==
<syntaxhighlight>Log(25) will return a value of 3.2189</syntaxhighlight>
+
<syntaxhighlight>Log(25);</syntaxhighlight>
 +
Will return a value of 3.2189.
 
   
 
   
 
[[Category:Math and Trig]]
 
[[Category:Math and Trig]]

Latest revision as of 06:26, 9 February 2012

Returns the natural logarithm of the specified numerical expression.

Usage

Log(Value);

Where:

Value - a numerical expression.

Example

Log(25);

Will return a value of 3.2189.