nus-cs2103-AY2021S1 / pe-dev-response

0 stars 0 forks source link

set-b breaks on large budgets. #4164

Open nus-pe-bot opened 3 years ago

nus-pe-bot commented 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......

image.png


[original: nus-cs2103-AY2021S1/pe-interim#3954]

yuanxing-z commented 3 years ago

Team's Response

Thank you for pointing it out, the imprecision is due to the Java double-precision limitation.

Duplicate status (if any):

--