#algorithm #science #error #beta

sfunc

The library provides special functions

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

#149 in #science

Download history 27/week @ 2023-10-29 26/week @ 2023-11-05 34/week @ 2023-11-12 30/week @ 2023-11-19 39/week @ 2023-11-26 37/week @ 2023-12-03 26/week @ 2023-12-10 30/week @ 2023-12-17 41/week @ 2023-12-24 29/week @ 2023-12-31 29/week @ 2024-01-07 25/week @ 2024-01-14 34/week @ 2024-01-21 37/week @ 2024-01-28 26/week @ 2024-02-04 44/week @ 2024-02-11

146 downloads per month

MIT license

17KB
325 lines

Special Functions Build Status

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, and
  • ln_gamma — the natural logarithm of the gamma function.

Documentation

Acknowledgments

The code is based on libm and the work of John Burkardt.

Contributing

  1. Fork the project.
  2. Implement your idea.
  3. Create a pull request.

lib.rs:

Special functions.

No runtime deps