roman_numeral_converter
Convert between Roman numerals and integers for values 1–3999. Input any integer or Roman numeral string to get the converted result.
Instructions
Convert between Roman numerals and integers (1–3999).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | An integer (1–3999) or Roman numeral string (e.g. XLII or 42) |