I just wrote a function that converts integers to Roman numerals. It can handle any number you throw at it. The sole instance in which I’m currently using this function is to display a Pokémon generation number, something I could have accomplished more easily and with less computation required simply by manually listing the first six Roman numerals. I can’t think of anything else I’m ever going to use this function for.
I can think of lots of uses for a Roman numeral converter. Printing all of the titles for Star Wars, for instance










