Ben Finney wrote:
> "Chris" <[EMAIL PROTECTED]> writes:
>
> > Oh, ok that explains it. Is that why my 16-bit calculator gives me
> > 0?
>
> Your calculator is probably doing rounding without you asking for it.
>
> Python refuses to guess what you want, and gives you the information
> available.
>
Hi Ben,
I don't think Python should take too much credit here. Floating point
calcuations are subject to rounding. Sometimes it shows.

- Pad.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to