Comment #2 on issue 3536 by colleenc...@gmail.com: float NaN is not resolved with other numbers
http://code.google.com/p/sympy/issues/detail?id=3536

Filed this separately because issue 3028 seems to be about either (1) appearance when printing or (2) merging them as entities entirely. My suggestion would be to replace every check for "x is S.NaN" with "x.isNaN()" where said method checks if x is symbolic NaN or float NaN. In other words, fnan would still exist, but special-case code for operators, etc. would handle it the same way symbolic NaN is handled.

If that's an appropriate solution, I'll file a pull request for this tomorrow.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to