ROMAN
Last updated
Was this helpful?
Last updated
Was this helpful?
The function ROMAN takes a number and converts into Roman numerals.
This function takes a single as input. It returns a : the given number represented in Roman numerals.
number (required, type: Number) Any Number.
roman_numeral (type: string) The Roman numeral representation of the given Number.
The following example takes the Number 1 and returns it in Roman numeral form:
The following example takes the Number 5372 and returns it in Roman numeral form:
The ROMAN function can be considered the opposite of . That is, for a given number example_number, the ARABIC function can be used to undo what the ROMAN function did, like so: