Python  1.0
Functions
_03a_roman2int_dict Namespace Reference

Converting roman numerals to decimal. More...

Functions

def roman2int (roman)
 Converts a roman numeral to its decimal representation. More...
 
def main ()
 

Detailed Description

Converting roman numerals to decimal.

Author
Paulo Roma
Since
12/05/2010

Function Documentation

◆ main()

def _03a_roman2int_dict.main ( )

◆ roman2int()

def _03a_roman2int_dict.roman2int (   roman)

Converts a roman numeral to its decimal representation.

Parameters
romana roman numeral.
Returns
the roman decimal representation.
A roman to int converter.

Referenced by main().