Just ran your code as spec'd ... yields:

t = 3.29999999944272

Is this good or bad ? Heres the code:

Code:

$System = CreateObject("Kixtart.System")

$Math = $System.Math()

$e = 3.3

$b = 2.718281828

$t = $Math.log($b) * $e

?"t = " $t




-Shawn