Skip to content

Commit 707e67d

Browse files
committed
update readme
1 parent 4e0222d commit 707e67d

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@
44

55
Simple and fast Gamma function.
66

7-
This library provides an implimentation of the [Gamma function](https://en.wikipedia.org/wiki/Gamma_function).
7+
This library provides a dependence-free, Julia native implementation of the [Gamma function](https://en.wikipedia.org/wiki/Gamma_function) and related utilities like `loggamma` and `logabsgamma`.
88

9-
This library is very simple with no dependencies and a single exported function: `gamma`
10-
11-
Supports `Integer`, `Float16`, `Float32`, and `Float64` arguments.
12-
13-
Support for `Complex` numbers, `BigFloats` and `loggamma` comming soon.
9+
Supports `Integer`, `Float16`, `Float32`, and `Float64`, `Complex` and `BigFloat` arguments.
1410

1511
## Contributing
1612

1713
Contributions are very welcome, as are feature requests, suggestions or general discussions.
1814
Please open an issue for discussion on newer implementations, share papers, new features, or if you encounter any problems.
19-
Our goal is to provide high quality implementations of Bessel functions that match or exceed the accuracy of the implementations provided by SpecialFunctions.jl.
15+
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.
2016
Please let us know if you encounter any accuracy or performance issues.

0 commit comments

Comments
 (0)