I've done a little function to convert a number to...
# codereview
r
I've done a little function to convert a number to its roman numeral (12 -> "XII", etc), but I'm not too stoked about its readability.