Crates.io | fixedpoint |
lib.rs | fixedpoint |
version | 0.1.2 |
source | src |
created_at | 2017-02-09 10:51:06.238639 |
updated_at | 2017-07-20 12:15:11.391343 |
description | A simple library to compute fixed points of a function |
homepage | https://github.com/darnir/rust-fixedpoint |
repository | https://github.com/darnir/rust-fixedpoint |
max_upload_size | |
id | 8440 |
size | 10,900 |
A simple library for computing the fixed point of a given function
Look at the documentation for an example
[dependencies]
fixedpoint = "0.1"
I am still building this library and hence the API is unstable. Please be careful when using this library in your projects.
MIT
In case of any queries, please create a new issue on the Issue Tracker on GitHub.