issues
search
nathanleiby
/
drum-break
Drum training tool
https://drumbreak.nathanleiby.me/
0
stars
0
forks
source link
When should we use f32, f64, Decimal?
#18
Open
nathanleiby
opened
2 weeks ago
nathanleiby
commented
2 weeks ago
Want to have easier
Eq
comparison.
Want to ensure stability for some comparison (acc == x seems not to be robust).
Want to allow hashing
Want to avoid need to frequently convert types.
Eq
comparison.