fixedpoint 0.1.1

A simple library to compute fixed points of a function
Documentation
FixedPoint
==========

A simple library for computing the fixed point of a given function

[![Build Status](https://travis-ci.org/darnir/rust-fixedpoint.svg?branch=master)](https://travis-ci.org/darnir/rust-fixedpoint)
[![Crates.io](https://img.shields.io/crates/v/fixedpoint.svg)](https://crates.io/crates/fixedpoint)
[![Crates.io](https://img.shields.io/crates/l/fixedpoint.svg)](./LICENSE)
[![Docs.rs](https://docs.rs/fixedpoint/badge.svg)](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.