loop help
Ben Sizer
kylotan at gmail.com
Thu Oct 27 04:44:13 EDT 2005
More information about the Python-list mailing list
Thu Oct 27 04:44:13 EDT 2005
- Previous message (by thread): loop help
- Next message (by thread): loop help
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
What do you mean by 'it starts accumulating' in this context? Are you talking about the fact that numbers gain decimal places? Or the fact that using a number between 0 and 1 will make your values diverge to infinity? Either way, it's just mathematics for you, I'm afraid, and there's little Python can do about it. ;) Which part of the code issues the overflow error? I'm guessing it's the draw.point() call since that's the only bit I can't test. -- Ben Sizer
- Previous message (by thread): loop help
- Next message (by thread): loop help
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list