Mikael Olofsson <[EMAIL PROTECTED]> writes: > > print 'z = %.5fE%d' % (10.**c, m) > > Nice approach. We should never forget that we do have mathematical > skills beside the computers. But, shouldn't you switch c and m in the > last row?
Yeah, doh. c=characteristic, m=mantissa. -- http://mail.python.org/mailman/listinfo/python-list