roman 1.0.0

Roman numbers conversion


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

roman

DUB Package codecov Build Status

Library for roman numbers conversion;

import roman;

assert(fromRoman("MMXVIII") == 2018);
assert(toRoman(2018) == "MMXVIII");
Authors:
  • Kripth
Dependencies:
none
Versions:
1.0.0 2018-Jun-26
~master 2018-Jun-26
Show all 2 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 301 downloads total

Score:
1.0
Short URL:
roman.dub.pm