RomanNumeral
RomanNumeral(positive-int-value)converts the given
positive-int-valueto a roman numeral string.
See
Examples
>> RomanNumeral({4548,3267,3603,1929,2575,746,666,4108,1457,3828}){MↁDXLVIII,MMMCCLXVII,MMMDCIII,MCMXXIX,MMDLXXV,DCCXLVI,DCLXVI,MↁCVIII,MCDLVII,MMMDCCCXXVIII}Zeros are represented by N
>> RomanNumeral(0)NRelated terms
Implementation status
- ✅ - full supported