[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?

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

Reply via email to