Comment #5 on issue 1318 by torstenm...@gmail.com: Interval arithmetic support
http://code.google.com/p/sympy/issues/detail?id=1318

I am working on Issue 3975: solve(floor (x)-5,x) should not raise NotImplementedError (see https://code.google.com/p/sympy/issues/detail?id=3975 ). Now only checking the solution does not work because interval arithmetic is not supported. The rules for it are obvious and are documented here: http://reference.wolfram.com/mathematica/tutorial/IntervalArithmetic.html .

Could someone give me some hints, e.g. implementing this for sympy.core.add please? I would implement it and add tests according to wolfram.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy-issues+unsubscr...@googlegroups.com.
To post to this group, send email to sympy-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy-issues.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to