x=float(exp(3))
x
float(x)
log(x)
log(10**5)
exp(pi*sqrt(163))
l=log(17)/log(3)
float(l)

Pratap-2.1-2 (last edited 2010-12-17 06:36:39 by trss)