senior-knights / course-schedulizer

📝 Create semester schedules without stress
https://senior-knights.github.io/course-schedulizer/
MIT License
10 stars 4 forks source link

Round all computed numeric output in the app. #252

Closed rpruim closed 1 year ago

rpruim commented 1 year ago

image

Hopefully this is a pretty easy thing to fix.

rpruim commented 1 year ago

Here is a larger view of the output above:

image

charkour commented 1 year ago

Just throw a Math.round() call before saving the calculation and you should be good to go.