- qspec.roman_to_int ( roman )[source]
Convert from Roman numerals to an integer [jonrsharpe, https://codereview.stackexchange.com/questions/68297/convert-roman-to-int].
- Parameters:
-
- romanstr
The str representation of a roman number.
- Returns:
-
- outint