Mega Code Archive

 
Categories / VisualBasic Script / Math Functions
 

Exp(number) returns e, the base of natural logarithms, raised to the power of number

Sub mathDemo4()    Debug.Print Exp(5) End Sub