How about adding rational fraction to Python?

Paul Rubin http
Mon Feb 25 02:04:14 EST 2008


Carl Banks <pavlovevidence at gmail.com> writes:
> Try doing numerical integration sometime with rationals, and tell me
> how that works out.  Try calculating compound interest and storing
> results for 1000 customers every month, and compare the size of your
> database before and after.

Usually you would round to the nearest penny before storing in the
database.



More information about the Python-list mailing list