Mega Code Archive

 
Categories / VisualBasic Script / Math Functions
 

Log(number) returns The natural logarithm of number

Sub mathDemo9()    Debug.Print Log(2) End Sub