float / double support in Python?

Skip Montanaro skip at pobox.com
Fri Feb 7 20:05:57 EST 2003


    >> 3D graphics programmers are going to knock Python for this until it's
    >> fixed.  That's the facts of life.  If you don't care about my problem
    >> domain, fine.

    Andrew> You generalize too much.

Agreed.  For most real live 3D graphics systems there's so much more that
you want to do in floating point than just normal arithmetic.  You are
generally forced to wrap an underlying 3D graphics or visualization library
(VTK, OpenGL, whatever) that the notion of float vs. double is a secondary
consideration.

Skip






More information about the Python-list mailing list