FixedPoint
==========
A simple library for computing the fixed point of a given function
[](https://travis-ci.org/darnir/rust-fixedpoint)
[](https://crates.io/crates/fixedpoint)
[](./LICENSE)
[](https://docs.rs/fixedpoint)
Look at the documentation for an example
Installation
------------
```toml
[dependencies]
fixedpoint = "0.1"
```
Warning
-------
I am still building this library and hence the API is unstable. Please be
careful when using this library in your projects.
License
-------
MIT
Contact
-------
In case of any queries, please create a new issue on the Issue Tracker on
GitHub.