# compute-float

[](https://crates.io/crates/compute-float)
[](https://crates.io/crates/compute-float)
[](https://crates.io/crates/compute-float)
[](https://github.com/watcol/compute-float/blob/main/LICENSE)


Computes floating point numbers using eisel-lemire algorithm.
## Usage
Add to your `Cargo.toml`:
```toml
[dependencies]
compute-float = "0.1.0"
```
## Documentation
API Documentations are available on [here](https://docs.rs/compute-float).
## Reference implementations
- [strconv (Go)](https://github.com/golang/go/blob/master/src/strconv/eisel_lemire.go)
- [Rust standard library](https://doc.rust-lang.org/stable/src/core/num/dec2flt/lemire.rs.html)
## License
This program is licensed under the MIT license.
See [LICENSE](https://github.com/watcol/compute-float/blob/main/LICENSE) for details.