jverzani / SymPyCore.jl

Package to help connect Julia with the SymPy library of Python
https://jverzani.github.io/SymPyCore.jl/
MIT License
5 stars 4 forks source link

decide on sympy.sinc lambdification; issue #31 #32

Closed jverzani closed 7 months ago

jverzani commented 7 months ago

As discussed in issue #31 this lambdifies sympy.sinc(x) to use sin(x)/x and not Base.sinc(x) which uses sin(pi*x)/(pi*x).