Skip to content

Module that converts Roman numerals into numbers and vice versa.

License

Notifications You must be signed in to change notification settings

pedelriomarron/number_to_roman_number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

number_to_roman_number

Module that converts Roman numerals into numbers and vice versa.

Install

// npm
npm install -save number_to_roman_number

Use for roman number to int number

roman = require('number_to_roman_number');

number = roman.toInt("IV")
console.log(number); 

Use for int number to inromant number

roman = require('number_to_roman_number');

number = roman.toRoman(4);
console.log(number); 

Autores

About

Module that converts Roman numerals into numbers and vice versa.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published