Show / Hide Table of Contents

Exp


Math Function

The Exp function returns the exponential of an expression. This function is equivalent to ex.

Syntax

Exp(<expression>)

Syntax Example

Real1 = Exp(Real2)

Parameters

(<expression>)

An expression to find the exponential.

Parameters Example

The following example displays the exponential of 10 each time an Entity enters the Truck Location.

Display Exp(10)

Exp Example 1


Exp Example 2

Remarks

Exp returns a real number.

In This Article
Back to top Generated by DocFX