Hi, Here is my issue:
f = 1.5 * 0.01 f >> 0.014999999999999999 '%f' % f >>'0.015000' But I really want to get 0.02 as a result ... is there a way out ? Thanks, hg -- http://mail.python.org/mailman/listinfo/python-list
Hi, Here is my issue:
f = 1.5 * 0.01 f >> 0.014999999999999999 '%f' % f >>'0.015000' But I really want to get 0.02 as a result ... is there a way out ? Thanks, hg -- http://mail.python.org/mailman/listinfo/python-list