apoc.number.arabicToRoman

Function

apoc.number.arabicToRoman(number ANY) - converts the given Arabic numbers to Roman numbers.

Signature

apoc.number.arabicToRoman(number :: ANY) :: STRING

Input parameters

Name Type Default

number

ANY

null

Usage Examples

RETURN apoc.number.arabicToRoman(2010) AS output;
Table 1. Results
output

"MMX"