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
- Host: GitHub
- URL: https://github.com/darnir/rust-fixedpoint
- Owner: darnir
- License: mit
- Created: 2017-02-09T10:47:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-20T12:18:54.000Z (almost 8 years ago)
- Last Synced: 2025-03-05T14:06:41.942Z (about 2 months ago)
- Topics: crates, fixed-point, optimization-library, optimization-methods, rust-library
- Language: Rust
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
-------
MITContact
-------In case of any queries, please create a new issue on the Issue Tracker on
GitHub.