Skip to content

Coosec/spqr-numerals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spqr-numerals

Roman numerals converter for both browser and node environments (range from 1 to 10000)

Installation

npm install spqr-numerals --save

Usage

Roman numeral to decimal number:

spqr.toArabic('MCMXCII');

Decimal number to roman numeral:

spqr.toRoman(1992);

About

Roman numerals converter shared on npm

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published