#statistics #bindings #math #function #cephes #inc-beta

stdtr

minimal Rust bindings for the stdtr and inc_beta functions from the Cephes math library

2 unstable releases

0.2.0 Jun 15, 2021
0.1.0 Mar 11, 2019

#2257 in Algorithms

23 downloads per month

MIT license

1MB
26K SLoC

C 26K SLoC // 0.3% comments Rust 94 SLoC

What's this?

This is crate provides very minimal Rust bindings for the stdtr and inc_beta functions from the Cephes math library.

Should I use this?

Probably not. This is an experimental crate. I only made these bindings for use with QuickCheck to test a pure rust implementation of these functions in linregress.

Documentation

Full API documentation

License

This project is licensed under the MIT License. See LICENSE-MIT for details.

Third party software

This crate bundles the Cephes library. See LICENSE-THIRD-PARTY for details.

Dependencies