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.
- Exponential integral
- Gamma functions
- Error functions
- Bessel functions
- Hypergeometric functions
- Elliptic functions
- Probability functions
- Miscellaneous functions
# 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
Using a BSD-3-Clause
like LICENSE.
See also email communication with the original author: License request email