4 releases
Uses old Rust 2015
0.0.4 | Jan 10, 2015 |
---|---|
0.0.3 | Jan 8, 2015 |
0.0.2 | Dec 23, 2014 |
0.0.1 | Nov 20, 2014 |
#5 in #logarithm
17KB
325 lines
Special Functions
The library provides special functions and currently includes:
erf
— the error function,erfc
— the complementary error function,inc_beta
— the incomplete beta function,inv_inc_beta
— the inverse of the incomplete beta function,ln_beta
— the natural logarithm of the beta function, andln_gamma
— the natural logarithm of the gamma function.
Documentation
Acknowledgments
The code is based on libm and the work of John Burkardt.
Contributing
- Fork the project.
- Implement your idea.
- Create a pull request.