Open nus-pe-bot opened 3 years ago
When trying to set a large budget, the budget set breaks and doesnt set the correct budget.
e.g. set-b 99999999999999999999999999999999999999999 will result in a budget of 1000......
[original: nus-cs2103-AY2021S1/pe-interim#3954]
Thank you for pointing it out, the imprecision is due to the Java double-precision limitation.
--
When trying to set a large budget, the budget set breaks and doesnt set the correct budget.
e.g. set-b 99999999999999999999999999999999999999999 will result in a budget of 1000......
[original: nus-cs2103-AY2021S1/pe-interim#3954]