Skip to content

RomanNumeral

RomanNumeral(positive-int-value)

converts the given positive-int-value to 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)
N

FromRomanNumeral

Implementation status

  • ✅ - full supported

Github