exponent

This function calculates e (the base of natural logarithms) to the power of the number passed to the function.

exponent ( exponent_of_e ) 

The result of this function is of type NUMBER.

This function has one parameter:

  1. exponent_of_e, type NUMBER. exponent_of_e will be taken as the exponent of e, the result will be returned.

Example

@( exponent( 1.00 ) )

Note that the construction @ ( ) around the function means that the result of the function is displayed in the text. This construction must be used in a text part of a model document. The switch from ITP mode to text mode in a model document is made with the # characters. An ITP model document starts in text model, the #BEGIN makes the switch to ITP mode.