+1 888 340 6572

ExpValue: Difference between revisions

From MultiCharts
mNo edit summary
No edit summary
 
Line 10: Line 10:
== Example ==
== Example ==
<syntaxhighlight>ExpValue(2.3);</syntaxhighlight>
<syntaxhighlight>ExpValue(2.3);</syntaxhighlight>
Will return a value of 9.0250.  
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.