Returns e (2.71828182845904, Base of natural logarithms) raised to a power.

 

See also the power operator ^ if you want to raise 10 to some number.

 

Short form: "Exp".

Syntax:

value = Exp( expression )

 

Parameter:

Description:

expression

Any expression or value that defines the power.

 

Example:

value = Exp( 0 ) ' Returns 1
value = Exp( 1 ) ' Returns 2.718282
value = Exp( 2 ) ' Returns 7.389056

Returns:

Value raised to specified power.

 

Links:

Log

See Also:

Mathematical Functions

 


Edit Time: 9/18/2020 12:17:39 PM


Topic ID#: 27

 

Created with Help & Manual 7 and styled with Premium Pack Version 2.80 © by EC Software