I have written a script in Python with the NumPy extensions require
high precision, so have tried to use the Float128 and Complex128
datatypes. However, the MacPython debugger tells me that the highest
precision available is Float64 and Complex64, which returns overflow
errors (NaN).
I am running Python v2.2.2, NumPy 22.0-1, MacPython v1.0.1 on a
PowerMac G4 running MacOS 10.2.
Does anybody know how I can access Float 128 and Complex128 with Numpy
or MacPython, or do I have to recode this beast in C or Pascal?
Jon