roman_numerals

Undocumented in source.

Members

Functions

buildRomanNumerals
auto buildRomanNumerals(int num, int level)
Undocumented in source. Be warned that the author may not have intended to support it.
buildRomanUnits
auto buildRomanUnits(int num, int level)
Undocumented in source. Be warned that the author may not have intended to support it.
toRoman
auto toRoman(int num, bool isLowerCase)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

romanFives
auto romanFives;
Undocumented in source.
romanUnits
auto romanUnits;
Undocumented in source.

Meta