convert/arabic
convert Roman numerals to positive integers
Calling Sequence
Parameters
Description
Examples
convert(s, arabic)
s
-
string or symbol; specify a Roman numeral
The convert(s, arabic) command converts a symbol or string s that represents a Roman numeral to an integer.
The format for Roman numerals is given on the convert/roman help page.
convert⁡XVI,arabic
16
convert⁡MCXLVII,arabic
1147
convert⁡CI9CI9II,arabic
2002
See Also
convert
convert/roman
Download Help Document