Comment #11 on issue 1646 by asmeurer: Solving inequalities
http://code.google.com/p/sympy/issues/detail?id=1646

I think what you saw is related to issue 1602.  The answer is, yes,  
everything must be imported in a doctest, that
way someone who reads it can just run the commands in a python shell and it  
will work.  See just about every
other doctest in SymPy.

As for operators, as far as I can tell, *, **, /, //, and % are the only  
things you have to work with (see help('/'), but
the bollean operators are already taken for our boolean classes, which we  
should probably make still work with
sets).  I would just do whatever seems to make the most sense.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
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