Difference between revisions of "ExpValue"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns the exponential value of the specified numerical expression. ==== Usage ==== <syntaxhighlight>ExpValue(Value)</syntaxhighlight> Where: Value - a numerical exp...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
Returns the exponential value of the specified numerical expression.   
 
Returns the exponential value of the specified numerical expression.   
  
==== Usage ====
+
== Usage ==
<syntaxhighlight>ExpValue(Value)</syntaxhighlight>  
+
<syntaxhighlight>ExpValue(Value);</syntaxhighlight>  
  
Where: [[Value]] - a numerical expression  
+
Where:  
+
 
==== Example ====
+
:'''Value''' - a numerical expression.
<syntaxhighlight>ExpValue(2.3) will return a value of 9.0250</syntaxhighlight>
 
 
   
 
   
 +
== Example ==
 +
<syntaxhighlight>ExpValue(2.3);</syntaxhighlight>
 +
Will return a value of 9.9741.
  
 
[[Category:Math and Trig]]
 
[[Category:Math and Trig]]

Latest revision as of 12:53, 25 October 2013

Returns the exponential value of the specified numerical expression.

Usage

ExpValue(Value);

Where:

Value - a numerical expression.

Example

ExpValue(2.3);

Will return a value of 9.9741.