LibreOfficeDev 25.8 Help
pdMgk‖Converts a number into a Roman numeral. The value range must be between 0 and 3999. A simplification mode can be specified in the range from 0 to 4.
tRsoC‖ROMAN(Number [; Mode])
rz4bH‖Number: the number that is to be converted into a Roman numeral.
bfvWL‖Mode: optional value ranging between 0 to 4 that indicates the degree of simplification to be used in the conversion. The higher the value, the greater is the simplification of the Roman number.
BBUCq‖=ROMAN(999) returns "CMXCIX" (uses simplification mode equal to zero, which is the default).
mBktA‖=ROMAN(999;0) returns "CMXCIX".
fGqPj‖=ROMAN(999;1) returns "LMVLIV".
qBbFo‖=ROMAN(999;2) returns "XMIX".
AY5jP‖=ROMAN(999;3) returns "VMIV".
B2aqT‖=ROMAN(999;4) returns "IM".
CBuwx‖=ROMAN(0) returns "" (empty text).