On 2008-02-10, Neal Becker <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
>
>> Would a wrapper function be out of the question here?
>> 
>> def MyDivision(num, denom):
>>     if denom==0:
>>         return "NaN"
>>     else
>>         return num / denom
>
> I bought a processor that has hardware to implement this.  Why do I want
> software to waste time on it?

Exactly.  Espeically when Python supposedly leaves floating
point ops up to the platform.

-- 
Grant Edwards                   grante             Yow!  Don't hit me!! I'm in
                                  at               the Twilight Zone!!!
                               visi.com            
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to