Exp

Public Function Exp(ByVal Power As Double) As Double

Returns e (2.718281828459045) raised to the specified power

SendDebug Exp(0) 'Prints 1
SendDebug Exp(1) 'Prints 2.718281828459045

See also: