Mega Code Archive

 
Categories / VisualBasic Script / Math Functions
 

Exp() Returns the base e exponential of a number

Sub mathF2()     Debug.Print Exp(1) End Sub