roman
Convert an Arabic number to a Roman numeral.
Syntax
Section titled “Syntax”v = roman(number, form)Description
Section titled “Description”Returns the Roman numeral string for number (1–3999). Optional form (0–4) controls how concise the representation is — 0 (default) is classical, 4 is most concise.
Examples
Section titled “Examples”roman(14) % 'XIV'roman(499) % 'CDXCIX'See also
Section titled “See also”arabic— Convert a Roman numeral to an Arabic number.