Roman Numeral Conversion  

This CGI page is scripted in Python 2.4. The conversion algorithm uses a series of ordered production rules.
The converter takes an Arabian numeral and spits a converted Roman numeral.
e.g. Input :  47
      Output : XLVII

  

view source code : Roman2.py (conversion algorithm only. CGI script not included)    [Python Powered]


by Hyung-Joon Kim, CSE 415, University of Washington