let

$e=3.3

$b = 2.718281828

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

Then $t = $e = 3.3

Don't confuse my $e with "e". I used $e because it was the exponent. Has nothing to do with "e=2.718281828"

I just feed the above lines

$e=-2.2
$b=6.3

and I got $t= (i.e. a null return)


Edited by Jack Lothian (2004-01-27 11:11 PM)
_________________________
Jack