ribicmaj / testgit

0 stars 0 forks source link

Problems when parsing #3

Open ribicmaj opened 4 years ago

ribicmaj commented 4 years ago

When parsing different data types, there are some inaccuracies. Expected results When parsing a number (ex. 14,89) into int, the result should be rounded up to 15. Actual result The result is not rounded up.

ribicmaj commented 4 years ago

The issue has been addressed in this post. https://stackoverflow.com/questions/1788796/what-is-parsing