Skip to content

Cephes Mathematical Functions library

License

BSD-3-Clause, Unknown licenses found

Licenses found

BSD-3-Clause
LICENSE.txt
Unknown
License-request-email.txt
Notifications You must be signed in to change notification settings

Cactus-proj/cephes

 
 

Repository files navigation

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

About

Cephes Mathematical Functions library

Topics

Resources

License

BSD-3-Clause, Unknown licenses found

Licenses found

BSD-3-Clause
LICENSE.txt
Unknown
License-request-email.txt

Stars

Watchers

Forks

Languages

  • C 83.7%
  • HTML 9.1%
  • C++ 4.6%
  • Makefile 1.6%
  • Assembly 0.4%
  • CMake 0.3%
  • Other 0.3%