- qspec.roman_to_int ( roman )[source]
Convert from Roman numerals to an integer.
- Parameters:
-
- romanstr
The
strrepresentation of a roman number.
- Returns:
-
- outint
The integer value of a
romannumber.
Convert from Roman numerals to an integer.
The str representation of a roman number.
The integer value of a roman number.