We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Converts a Roman numeral to Arabic.
arabic("MCMXCIX") //result: 1999.0
Converts an Arabic numeral to Roman.
roman(1999) //result: "MCMXCIX"