Meador Inge wrote:

3. Using Decimal keeps the desired precision,

Well, sort of, but then you end up doing arithmetic in
decimal instead of binary, which could give different
results.

Maybe the solution is to give ctypes long double objects
the ability to do arithmetic?

--
Greg
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to