Mega Code Archive

 
Categories / VisualBasic Script / Math Functions
 

Log() Returns the natural logarithm of a number

Sub mathF5()     Debug.Print Log(2.718281828) End Sub