1.1.0 • Published 2 years ago

decimal-roman-converter v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Realised during a technical code interview for AXOPEN

Table of content:

Installation

$ npm install decimal-roman-converter

Usage

const { toDecimal, toRoman } = require('decimal-roman-converter')

Methods

toRoman()

ParameterTypeDefaultDescription
numberintNumber to convert
*Returns: roman string*

toDecimal()

ParameterTypeDefaultDescription
romanStringstringRoman number string to convert
*Returns: number*

License

MIT License

Copyright (c) barthofu