nus-cs2103-AY1920S2 / pe-dev-response

0 stars 0 forks source link

does not detect invalid score #2614

Open nus-pe-bot opened 4 years ago

nus-pe-bot commented 4 years ago

The score allows fractional part, but does not detect after some point.

image.png

image.png


[original: nus-cs2103-AY1920S2/pe-interim#2614]

CornCobs commented 4 years ago

Team's Response

For all intents and purposes, 10.00000000000000000000000000000000000000000000000000000000000000000000000000000000001 is in fact equal to 10 (According to IEEE specification of the Double). Thus we feel this is a rather trivial (almost non-issue) issue.

We accept that it is possible to limit the decimal places the user is allowed to specify.

Duplicate status (if any):

--