thomasfuhringer / lybniz

Function graph plotter
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

adding special functions #8

Open drew-parsons opened 4 years ago

drew-parsons commented 4 years ago

It would be nice to have the error function available. If we get it from scipy.special, then might as well add some others like the bessel functions and gamma.

A patch is available to do it, applied in Debian, https://salsa.debian.org/science-team/lybniz/blob/master/debian/patches/special_functions.patch

thomasfuhringer commented 4 years ago

I enabled erf() and a few others that were missing. I am not happy adding a dependency on an extra library.

drew-parsons commented 4 years ago

erf is good. Thanks Thomas.