diff --git a/.gitignore b/.gitignore index 567609b..fe59442 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ build/ + +*.so +*.exe diff --git a/LICENSE.txt b/LICENSE.txt index abfee29..40d75bc 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,7 @@ -Copyright (c) 2013, Julien Cornebise +Copyright (c) 2024, Chengyu HAN and contributors + https://github.com/Cactus-proj/cephes/graphs/contributors +Copyright (c) 2013-2016, Julien Cornebise +Copyright (c) 1984-2013, Stephen L. Moshier All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index 827714c..945e5d6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,13 @@ Therefore, contributions regarding precision and error-related contributions are > which is a header-only library containing a modernized (C++17) refactoring of > the classic `AMOS/SPECFUN/Cephes/...` special function implementations. -- [Markdown Docs](doc/markdown/index.md) +## Docs + +[List of Cephes functions](doc/markdown/index.md) + +- [bessel](doc/markdown/bessel.md) +- [exp_int](doc/markdown/exp_int.md) + ## Test