Imports System Imports Microsoft.VisualBasic Module LogDLogDD Sub Main() Console.WriteLine(Math.Log(123, 2)) End Sub End Module