dipper.utils.romanplus module

exception dipper.utils.romanplus.InvalidRomanNumeralError

Bases: dipper.utils.romanplus.RomanError

exception dipper.utils.romanplus.NotIntegerError

Bases: dipper.utils.romanplus.RomanError

exception dipper.utils.romanplus.OutOfRangeError

Bases: dipper.utils.romanplus.RomanError

exception dipper.utils.romanplus.RomanError

Bases: Exception

dipper.utils.romanplus.fromRoman(s)

convert Roman numeral to integer

dipper.utils.romanplus.toRoman(n)

convert integer to Roman numeral