Christopher Baker: > Python assumes, and converts to, floats all over the place. So users need > to understand and accommodate the limitations of floats anyway. Having > exact fractions in seemingly arbitrary places will not result in more > accurate (or precise) results in most cases, but would result in more > confusion and more difficult error analysis.
Exactly. That's what I have been trying to phrase. _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/ARFMB5LRYQKJHFBTHBD542KRR3PGYFA5/ Code of Conduct: http://python.org/psf/codeofconduct/
