Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.65 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.65 KB

Cephes Mathematical Functions Library

Build codecov

See the master branch for the original google-deepmind/torch-cephes.

This project was used only to obtain the original Cephes Math Library reference output. Therefore, contributions regarding precision and error-related contributions are not accepted.

Tip

For general use please use scipy/xsf instead, which is a header-only library containing a modernized (C++17) refactoring of the classic AMOS/SPECFUN/Cephes/... special function implementations.

Docs

List of Cephes functions

Test

# On Linux
cmake -DCMAKE_BUILD_TYPE=Coverage -S . -B build && cmake --build build --parallel 8
cd build/ && ctest -j8 --rerun-failed --output-on-failure && make coverage_html

License

Using a BSD-3-Clause like LICENSE.

See also email communication with the original author: License request email