Exp

Calculates the value of e (2.718282) raised to the power of numValue.

Function Group Execution Windows Embedded Thin Client Mobile Access
Exp Logarithmic Synchronous Supported Supported Supported Supported

Syntax

Web Studio Help 2fr function logarithmic exp.xml d141378e82 Exp
numValue
Integer or Real tag containing the exponent of e.

Returned value

Returns the value of e^( numValue ).

Examples

Tag Name Expression
Tag Exp( 1 ) // Returned value = 2.718282
Tag Exp( 5.25896 ) // Returned value = 192.281415

Exp