issues
search
CSC510-Group-25
/
CSC510_Group25_Project1
86 No More, A Kitchen Intelligence Solution: inventory management assistant
MIT License
1
stars
15
forks
source link
Weight conversions
#40
Open
snapcat
opened
3 years ago
snapcat
commented
3 years ago
Inside UnitConverter.java
[x] g to oz, kgs, lbs
[x] oz to g, lbs, kgs
[x] lb to oz, g, kgs
[x] kg to oz, g, lbs
TODO:
[ ] check formulae
[ ] improve precision
[ ] implement decimal rounding
snapcat
commented
3 years ago
Formulas may need adjustments
Inside UnitConverter.java
TODO: