[sympy] Level 3 of ploys module.

2013-04-30 Thread Saurabh Jha
Hi, I have understood that L0 of polys is implementation of functions in pure imperative programming, L1 is wrapping these functions in Object Oriented Structures, and L2 is about presenting the interface to user. But I am not able to figure out what is the role of L3. Can anyone please help me f

Re: [sympy] Level 3 of ploys module.

2013-05-12 Thread Aaron Meurer
The highest level is the user interface (i.e., Poly and its methods). I don't remember if that is level 2 or level 3. Aaron Meurer On Tue, Apr 30, 2013 at 11:02 AM, Saurabh Jha wrote: > Hi, > > I have understood that L0 of polys is implementation of functions in > pure imperative programming, L