Utilities dealing with numbers.
Utilities dealing with numbers.
(num->roman n)Converts a positive number between 1 and 3999, inclusive to a Roman numeral string.
Converts a positive number between 1 and 3999, inclusive to a Roman numeral string.
(parse-roman s)Converts a Roman numeral string to its numeric value between 1 and 3999, inclusive.
Converts a Roman numeral string to its numeric value between 1 and 3999, inclusive.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |