An open API service indexing awesome lists of open source software.

https://github.com/darnir/rust-fixedpoint

Simple rust library for computing fixed point of a function
https://github.com/darnir/rust-fixedpoint

crates fixed-point optimization-library optimization-methods rust-library

Last synced: 23 days ago
JSON representation

Simple rust library for computing fixed point of a function

Awesome Lists containing this project

README

        

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.