rough2 0.1.1

Find the nearest fraction for some number
Documentation
# rough2

![Project badge](https://img.shields.io/badge/language-Rust-blue.svg)
![Crates.io License](https://img.shields.io/crates/l/rough2)
![GitHub Release](https://git.cscherr.de/PlexSheep/rough2/badges/release.svg)
[![Rust CI](https://git.cscherr.de/PlexSheep/rough2/badges/workflows/cargo.yaml/badge.svg)](https://git.cscherr.de/PlexSheep/rough2/actions?workflow=cargo.yaml)

rough2 searches a fraction with a given denominator that is similar to a number
you input.

```
% rough2 --help
Usage: rough2 ACTUAL DENOMINATOR [-vi]

rough2 v0.1.0
Author: Christoph J. Scherr <software@cscherr.de>
Web: https://git.cscherr.de/PlexSheep/rough2

% rough2 105.1222 77 -v
105.1222 ≈ 8094/77; 8094/77 ≈ 105.11688311688312; e = 2.826924607867397e-5
```

- [Forgejo]https://git.cscherr.de/PlexSheep/rough2
- [crates.io]https://crates.io/crates/rough2