[][src]Module numerus::numerus_lib::int_to_roman

Functions

int_to_roman_lower

Convert the given numer into a lowercase roman numeral. This function fails if the given numer is not representable in the roman numerical system (i.e. number <= 0).

int_to_roman_upper

Convert the given numer into an uppercase roman numeral. This function fails if the given numer is not representable in the roman numerical system (i.e. number <= 0).