julianandrews / sgf-render

Sgf Rendering CLI written in Rust
MIT License
34 stars 8 forks source link

Round float values to some reasonable number of digits #14

Closed julianandrews closed 3 years ago

julianandrews commented 3 years ago

Right now I'm just calling display on a float. As a result, floats that aren't precisely represented by a few digits are stupid long. There's no need for that!