Comment #2 on issue 3028 by [email protected]: fnan and NaN print the same
http://code.google.com/p/sympy/issues/detail?id=3028
Is there really a good reason for having separate objects? S.NaN and Float('nan') represent the same thing - it's not like Float(1.) vs Integer(1). Besides, Float('nan') breaks our conventions wrt equality, so getting rid of it will probably prevent many subtle problems.
-- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.
