This crate provides a set of functions to compute special functions efficiently.
This is a work in progress. The following functions are currently being implemented:
- Gamma function
$\Gamma$
All functions should be implemented with no dependencies on external crates and thread-safe.
This crate is licensed under the MIT license. See the LICENSE file for details.
The following references were used to implement the functions in this crate:
- [1] S. Zhang, J. Jin, and Y. Zhang, "Computation of Special Functions," John Wiley & Sons, 1996.
- [2] NIST Digital Library of Mathematical Functions. http://dlmf.nist.gov/
- [3] P. Luschny, FastFactorialFunctions
- [4] F. Johansson, "Arbitrary-precision computation of the gamma function." arXiv preprint arXiv:2109.08392 (2021)