Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.1 KB

File metadata and controls

16 lines (11 loc) · 1.1 KB

Gamma.jl

Build Status Coverage

Simple and fast Gamma function.

This library provides a dependence-free, Julia native implementation of the Gamma function and related utilities like loggamma and logabsgamma.

Supports Integer, Float16, Float32, and Float64, Complex and BigFloat arguments.

Contributing

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 Julia native implementations of Gamma 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.