Method String.int2roman()
- Method int2roman
string
int2roman(int
m
)- Description
Converts the provided integer to a roman integer (i.e. a string).
- Throws
Throws an error if
m
is 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.