Python  1.0
Functions
_03b_int2roman Namespace Reference

Converting decimal numbers to roman numerals. More...

Functions

def int2roman (num)
 Converts an integer number to its roman numeral representation. More...
 
def main ()
 

Detailed Description

Converting decimal numbers to roman numerals.

Author
Paulo Roma
Since
25/12/2008

Function Documentation

◆ int2roman()

def _03b_int2roman.int2roman (   num)

Converts an integer number to its roman numeral representation.

Parameters
numgiven number.
Returns
a string with num represented as a roman numeral.
An int to roman converter.

Referenced by main().

◆ main()

def _03b_int2roman.main ( )

References _01d_dec2bin.input, and int2roman().