1. I want to use the "normalized sinc" function (sin(pi x)/(pi x)). The documentation for sympy 0.7.5 says it exists, but it is not present in sympy 1.0. Did it disappear? Or was it never in 0.7.5?
At any rate, I'd prefer the normalized function. I tried the following: >>> f = sinc(pi*x) >>> print(f) sinc(pi*x) Evaluating and integrating f seems to give the right answers. 2. Is there anyway I can get it to print "sinc(x)" instead of "sinc(pi*x)"? I.e., how do I define my own function with it's own printing methods (including LaTex printing)? Thanks, CGB -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/73b9a8a3-d090-4c1e-9bcb-d04af90780ef%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
