Frontend and Backend implementation of the marketplace website. Allowing users to login, manage and create juice recipes.
GNU General Public License v3.0
0
stars
3
forks
source link
Fix rounding errors in cocktail configurator #184
Open
MBeuttler opened 6 years ago
Sometimes the total amount of all components sums up to less or more then 100 (98, 99, 101) This happens due to some rounding errors.
The current work arround is, to also allow total amounts less denn 91 and up to 130. But we should look deeper into it and fix it properly.