roman¶
- stonerplots.roman(number)¶
Convert a positive integer to Roman numeral representation.
- Args:
number (int): A positive integer.
- Returns:
str: The number represented as an upper-case Roman numeral string.
- Raises:
ValueError: If the input is not a positive integer.