Alexander Schmolck wrote:
> Robert Kern <[EMAIL PROTECTED]> writes:
>>Ivan Vinogradov wrote:

>>>Since numpy seems to be working on a variety of platforms/hardware,
>>>how hard would it be to extract this functionality from it to add to  
>>>Python proper?
>>
>>Harder than just enabling fpectl.
> 
> Last thing I heard fpectl was considered to be completely broken -- it's
> likely not disabled by default for no reason.

Fair enough. If you want to go through numpy's code to rip out its floating
point error handling, knock yourself out. It's not going to be trivial, though.
It's heavily embedded in the ufunc machinery.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to