Method String.int2roman()
- Method int2roman
stringint2roman(intm)- Description
Converts the provided integer to a roman integer (i.e. a string).
- Throws
Throws an error if
mis outside the range 0 to 10000.
string int2roman(int m)
Converts the provided integer to a roman integer (i.e. a string).
Throws an error if m is outside the range 0 to 10000.