nus-cs2113-AY2223S2 / pe-dev-response

0 stars 0 forks source link

`Matrix` should allow floats as elements #606

Open nus-pe-bot opened 1 year ago

nus-pe-bot commented 1 year ago

Description

Often, as a Computing student that may be taking Linear Algebra classes, the matrices we work with may not always have pure Integer values.

It is a big limitation for the student if they cannot input decimal values inside the matrix.

In any Linear Algebra class, there is bound to be matrices with decimal values inside the matrix. In these cases, the Matrix feature will be rendered obsolete as it will not work.

This limitation will likely cause 'occasional inconvenience to some users but they can continue to use the product` that does not require float inputs.

Is this a planned limitation? If so, why?


[original: nus-cs2113-AY2223S2/pe-interim#805] [original labels: severity.Medium type.FeatureFlaw]

0nandon commented 1 year ago

Team's Response

It is reasonable advice, but not in scope we've designed within v2.1.

Duplicate status (if any):

--