pub fn radix_roman(n: i64) -> String
converts the number as a lowercase roman numeral
Perl parity: roman(n) returns the empty string for n <= 0. TeX’s \romannumeral also produces no output for non-positive input.
roman(n)
\romannumeral