mpmath
mpmath copied to clipboard
Support for Heun functions?
I've encountered the need to evaluate Heun functions and would like to know if it would be possible to introduce these in mpmath? An implementation with limited precision is described in this paper. Another implementation is described in this paper, with Matlab/Octave code available here.
Patches are welcome.