Home · Tools · Implementations · Manage · Register · Tutorials · About |
| | | |
Romulan Numbers XLII
Endpoints
Contributed Clients What is this? Add / Edit / Delete Client
Detailed Description Convert roman numbers <-> digital numbersUsage Notes Method:
IntToRoman
Argument:
Integer
Result:
String (roman numeral)
Example:
IntToRoman(42) = 'XLII'
Method:
RomanToInt
Argument:
String (roman numeral)
Result:
Integer
Example:
RomanToInt('XLII') = 42 |