On Fri, Feb 26, 2010 at 4:08 PM, Greg Ewing <greg.ewing@canterbury.ac.nz> wrote:
Meador Inge wrote:Well, sort of, but then you end up doing arithmetic in
3. Using Decimal keeps the desired precision,
decimal instead of binary, which could give different
results.
Maybe the solution is to give ctypes long double objects
the ability to do arithmetic?