[sympy] Re: ConstantSymbol

2020-04-02 Thread B.L.
Any updates on this? Is it now possible to do a Constant Symbol in numpy? If not, is subclassing NumberSymbol the best option? I did not find any documentation about how to do it, the sample from Henry is the largest piece of information I found. Thank you. -- You received this message because

Re: [sympy] Re: ConstantSymbol

2020-04-02 Thread Aaron Meurer
I don't think so. It would be good to open an issue about this. I think Henry's example is a good start, but we also need to modify the lambdify printer as I described. Aaron Meurer On Thu, Apr 2, 2020 at 10:24 AM B.L. wrote: > > Any updates on this? > Is it now possible to do a Constant Symbol