You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Numbers that are written out, such as 1,000 and 1.5, are broken up into the parts "1," and "000" and "1." and "5", which makes it difficult to comprehend the numbers. A check to merge numbers together would be very helpful.
The text was updated successfully, but these errors were encountered:
Also numbers displayed numerically zip by faster than is readable. I'd suggest either giving them extra time on screen to sink in, or replacing them with their wordy counterpart (i.e. change 1150 to one thousand one hundered and fifty). The former would probably be more effective, and would be much easier to implement!
Numbers that are written out, such as 1,000 and 1.5, are broken up into the parts "1," and "000" and "1." and "5", which makes it difficult to comprehend the numbers. A check to merge numbers together would be very helpful.
The text was updated successfully, but these errors were encountered: