|
|
This script converts romanic numerals into arabic numerals and the other way around.
The Romans have used the following numerals: I=1, V=5, X=10, L=50, C=100, D=500, M=1000. They were stringed and added. Exception: If there is a letter before a letter with a higher value, then this letter was substracted by the value of the number.
|