brandtreverseroman
v1.0.0
Published
Turn regular Arabic numerals into Roman numbers with ease
Downloads
12
Readme
What is this?
This Reverse Roman Numeral Decryptor can be used to turn any Arabic number into a Roman numberal.
For example, 17 would be decrypted to 'XVII'.
Works for numbers 1-10000.
Give it a try!
#Installation
npm i brandtReverseRoman --save
Then...
import { brandtReverseRoman } from 'brandtReverseRoman';
console.log(brandtReverseRoman(24))
//output = XXIV