fixedpoint

Crates.iofixedpoint
lib.rsfixedpoint
version0.1.2
sourcesrc
created_at2017-02-09 10:51:06.238639
updated_at2017-07-20 12:15:11.391343
descriptionA simple library to compute fixed points of a function
homepagehttps://github.com/darnir/rust-fixedpoint
repositoryhttps://github.com/darnir/rust-fixedpoint
max_upload_size
id8440
size10,900
Darshit Shah (darnir)

documentation

https://docs.rs/fixedpoint

README

FixedPoint

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

Build Status Crates.io Crates.io Docs.rs

Look at the documentation for an example

Installation

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

Commit count: 15

cargo fmt