Skip to content

baggo/roman-to-dec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roman-to-dec

Convert a roman numeral to a base-10 integer.

Installation

$ npm install --save jamen/roman-to-dec

Usage

var rtd = require('roman-to-dec');

exports('MDCC');
// => 1700

Credits

jamen
Jamen Marzonie

License

MIT © Jamen Marzonie

About

Convert a roman numeral to a base-10 integer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published