+1 888 340 6572

ExpValue: Difference between revisions

From MultiCharts
(Created page with "Returns the exponential value of the specified numerical expression. ==== Usage ==== <syntaxhighlight>ExpValue(Value)</syntaxhighlight> Where: Value - a numerical exp...")
 
mNo edit summary
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.0250.


[[Category:Math and Trig]]
[[Category:Math and Trig]]

Revision as of 06:06, 9 February 2012

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.0250.