Re: [sympy] AccumulationBounds vs Interval

2020-06-24 Thread Oscar Benjamin
Hi Davide, Interval is a type of Set whereas both AccumulationBounds and SetExpr are types of Expr. The methods and operations of Set and Expr are very different and not interchangeable so if we want to be able to manipulate an AccumBounds like an expression then it can't be a subclass of Interval

[sympy] AccumulationBounds vs Interval

2020-06-24 Thread Davide Sandona'
I'm exploring the source code and I have a conceptual problem: why `AccumulationBounds` does not inherit from `Interval`? After all, it is an interval with closed ends...I understand it is possible to do interval arithmetic with `AccumulationBounds`, however I've also seen the class `SetExpr` w

Re: [sympy] Re: GSOD Project Discussuion

2020-06-24 Thread Soumi7
This shall be limited to fixing the existing documentation. On Wednesday, June 24, 2020 at 4:33:10 PM UTC+5:30 Soumi7 wrote: > As discussed,I shall work on implementing the existing style guide > throughout sympy for the GSOD project. > > On Friday, June 19, 2020 at 11:20:44 AM UTC+5:30 Soumi7 w

Re: [sympy] Re: GSOD Project Discussuion

2020-06-24 Thread Soumi7
As discussed,I shall work on implementing the existing style guide throughout sympy for the GSOD project. On Friday, June 19, 2020 at 11:20:44 AM UTC+5:30 Soumi7 wrote: > Next I want to get started with implementing the style guide to >> functions.elementary. > > > However, Before that I think