On 10 Jun., 02:08, Brian Granger <[email protected]> wrote: > Definitely use the existing Function stuff in sympy. I am not sure > you will even have to subclass to do this.
There is also UndefinedFunction (BTW, I think we should rename it to AbstractFunction or similar) if you want a rather abstract function. If you want to implement something like sin, you should probably use Function. Vinzent -- You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en.
