Skip to main content

radix_roman

Function radix_roman 

Source
pub fn radix_roman(n: i64) -> String
Expand description

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.