module documentation

Convert to and from Roman numerals

Class InvalidRomanNumeralError Undocumented
Class NotIntegerError Undocumented
Class OutOfRangeError Undocumented
Class RomanError Undocumented
Function fromRoman convert Roman numeral to integer
Function toRoman convert integer to Roman numeral
Variable __author__ Undocumented
Variable __copyright__ Undocumented
Variable __date__ Undocumented
Variable __version__ Undocumented
Variable romanNumeralMap Undocumented
Variable romanNumeralPattern Undocumented
def fromRoman(s): (source)

convert Roman numeral to integer

def toRoman(n): (source)

convert integer to Roman numeral

__author__: str = (source)

Undocumented

__copyright__: str = (source)

Undocumented

__date__: str = (source)

Undocumented

__version__: str = (source)

Undocumented

romanNumeralMap: tuple[tuple, ...] = (source)

Undocumented

romanNumeralPattern = (source)

Undocumented