Walkman100 / NumeralConverter

Convert between Arabic Numerals and Roman Numerals
MIT License
1 stars 0 forks source link

Decimals #1

Open Walkman100 opened 8 years ago

Walkman100 commented 8 years ago
$ numeralconverter -a 5.967

results in "5.967" is not an Arabic number!, which is obviously incorrect. Also the usage says -a [arabic number] and should be changed to say -a [whole arabic number]

Walkman100 commented 8 years ago

This seems to only happen when the VB version is running on mono, on DotNet it just rounds it to the nearest whole number.