|
I’d say this would depend on what you were doing w/ the values.
If you were writing some code that was heavy on .NET interop passing decimal’s
back and forth the .NET struct (System.Decimal) will probably be better. If
you were staying entirely within Python then I’d suggest using the one from the
standard library. From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of jeff sacksteder What's the favored way of handling fixed-point datatypes?
Should I be using decimal from the standard library, or a .net datatype of some
sort? |
_______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
