Simple and fast Gamma function.
This library provides an implimentation of the Gamma function.
This library is very simple with no dependencies and a single exported function: gamma
Supports Integer, Float16, Float32, and Float64 arguments.
Support for Complex numbers, BigFloats and loggamma comming soon.
Contributions are very welcome, as are feature requests, suggestions or general discussions. Please open an issue for discussion on newer implementations, share papers, new features, or if you encounter any problems. Our goal is to provide high quality implementations of Bessel functions that match or exceed the accuracy of the implementations provided by SpecialFunctions.jl. Please let us know if you encounter any accuracy or performance issues.