Skip to content

nicolaslesquoy/libspec-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libspec-rs - A Rust crate to compute special functions efficiently

License: MIT

This crate provides a set of functions to compute special functions efficiently.

Features

This is a work in progress. The following functions are currently being implemented:

  • Gamma function $\Gamma$

All functions should be implemented with no dependencies on external crates and thread-safe.

License

This crate is licensed under the MIT license. See the LICENSE file for details.

Bibliography

The following references were used to implement the functions in this crate:

  • [1] S. Zhang, J. Jin, and Y. Zhang, "Computation of Special Functions," John Wiley & Sons, 1996.
  • [2] NIST Digital Library of Mathematical Functions. http://dlmf.nist.gov/
  • [3] P. Luschny, FastFactorialFunctions
  • [4] F. Johansson, "Arbitrary-precision computation of the gamma function." arXiv preprint arXiv:2109.08392 (2021)

About

A Rust crate to compute some special functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages