dipper.utils.romanplus module¶
-
exception
dipper.utils.romanplus.InvalidRomanNumeralError¶
-
exception
dipper.utils.romanplus.NotIntegerError¶
-
exception
dipper.utils.romanplus.OutOfRangeError¶
-
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