Roman Numerals

To convert any number into a Roman Numeral, you need to set randomization for your number and set the display mode R.

So, first you make ###a:r(1,3999)###, and then you go ###=R(a)###. Thus you have a Roman Numeral as an output.
It's also applicable to functions: ###=R(a+b*2)###.