stdtr 0.2.0

minimal Rust bindings for the `stdtr` and `inc_beta` functions from the Cephes math library
Documentation
# 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](https://github.com/BurntSushi/quickcheck) to test a pure rust
implementation of these functions in [linregress](https://github.com/n1m3/linregress).

## Documentation
[Full API documentation](https://docs.rs/stdtr)

## 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.