#gamma #beta #special #erf

puruspe

Pure Rust Special function library

10 releases

0.2.4 Apr 4, 2024
0.2.3 Feb 18, 2024
0.2.0 May 2, 2022
0.1.5 Jan 23, 2021
0.1.3 Feb 29, 2020

#28 in Science

Download history 1184/week @ 2024-01-24 1352/week @ 2024-01-31 1603/week @ 2024-02-07 1868/week @ 2024-02-14 1689/week @ 2024-02-21 1328/week @ 2024-02-28 1392/week @ 2024-03-06 1788/week @ 2024-03-13 1775/week @ 2024-03-20 1973/week @ 2024-03-27 2123/week @ 2024-04-03 4644/week @ 2024-04-10 9775/week @ 2024-04-17 12554/week @ 2024-04-24 10718/week @ 2024-05-01 8060/week @ 2024-05-08

42,483 downloads per month
Used in 20 crates (3 directly)

MIT/Apache

51KB
1.5K SLoC

PURUSPE

On crates.io On docs.rs

PURe RUSt SPEcial function library. There are no dependencies.

Implemented Functions

Gamma functions

  • ln_gamma : Logarithmic gamma function
  • gamma : Gamma function
  • gammp : Regularized lower gamma function
  • gammq : Regularized upper gamma function
  • invgammp : Inverse regularized lower gamma function

Beta function

  • beta : Beta function
  • betai : Regularized Incomplete beta function
  • invbetai : Inverse regularized incomplete beta function

Error functions

  • erf : Error function
  • erfc : Complementary Error function
  • inverf : Inverse error function
  • inverfc : Inverse complementary error function

Bessel functions

  • Jn : Bessel function of the first kind (integer order)
  • Yn : Bessel function of the second kind (integer order)
  • In : Modified Bessel function of the first kind (integer order)
  • Kn : Modified Bessel function of the second kind (integer order)
  • Jnu_Ynu : Bessel function of the first kind and second kind (fractional order)
  • Inu_Knu : Modified Bessel function of the first kind and second kind (fractional order)
  • besseljy : Bessel function of the first and second kinds (include derivatives)
  • besseik : Modified Bessel function of the second kind (include derivatives)

Reference

  • Press, William H., and William T. Vetterling. Numerical Recipes. Cambridge: Cambridge Univ. Press, 2007.

No runtime deps