Our code printers support only a narrow set of SymPy.  More advanced
mathematical operations like `Gamma` go completely unsupported and even
give wrong results.

This is easy to fix.  Find a SymPy operator, figure out how to print it in
C, and make a commit.  Here is an example with the Gamma function

https://github.com/mrocklin/sympy/commit/1559ceaf9e91ef798db4b54a7eae3fb3ec3e7eaa

If anyone wants to slack off for a few minutes and make a little
contribution this one is perfect.

What are the SymPy functions that should be supported?  How does one
compute them in C?

Beta, fact, bessel functions, ....  What others?  This isn't my specialty.

-- 
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 sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to