Hi,

I use the method from math in order to round off the number:

import math

a = 1.39999

b = round(a,3)

which equals gives
b=1.4

is it possible to have the rounding such that
b = 1.400

so it keeps in my case the correct digits?

Any help appreciate. Thanks in advance



--
Best regards
Per Jr. Greisen
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to