roman-arabic-switch
v0.1.0
Published
## Description Switch back and forth from Roman to Hindu-Arabic numerals. Works for integers smaller than 4000.
Downloads
4
Readme
roman-arabic-switch
Description
Switch back and forth from Roman to Hindu-Arabic numerals. Works for integers smaller than 4000.
Basic Usage
Switch from Arabic Numeral to Roman Numeral
romanArabicSwitch.toRoman(3510)
Switch from Roman Numeral to Arabic Numeral
romanArabicSwitch.fromRoman('XXIV')
Restriction
This helper only works for integers smaller than 4000.