special-fun

Crates.iospecial-fun
lib.rsspecial-fun
version0.3.0
sourcesrc
created_at2016-01-11 19:47:53.698754
updated_at2023-12-17 14:10:44.649008
descriptionSpecial functions for Rust by binding to the Cephes library.
homepage
repositoryhttps://github.com/vks/special-fun
max_upload_size
id3872
size1,662,975
Vinzent Steinberg (vks)

documentation

README

special-fun

Build Status

Special functions for Rust by binding to the Cephes library.

The following families of functions currently have Rust bindings for f32 and f64:

  • Bessel functions
  • Beta functions
  • Error functions
  • Gamma functions
  • Hypergeometric functions
  • Zeta functions
  • Normal probability distribution

Cephes implements a lot more functions that are not yet exposed in the Rust interface.

Installing

Cargo is used to build the included Cephes library (which is written in C) and to create a Rust library that statically links to Cephes.

License

The bindings and the Cephes library use the BSD license. The author of Cephes (Stephen Moshier) has agreed to this.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.

Related Projects

  • special: Special functions implemented in pure Rust. Has less functions implemented and only supports f64.

Commit count: 67

cargo fmt