roman-numerals ~main
Roman Numerals
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-numerals
This single-function library provides roman numerals for D. Roman numerals are useful for ordering lists and pages as well as for historical uses or appeal. It is also mandatory for implementing INTERCAL as roman numerals are used exclusively as that language's numeric output. This library doesn't support mathematical operations with roman numerals. It simply converts numbers into roman numerals.
To use this function, simply import roman_numerals then type toRoman(<insert int here>)
. The function accepts all integers, but will return ? for negative numbers and numbers greater than 3999, it will also return NULLA for 0.
- Registered by realdoigt
- ~main released a year ago
- RealDoigt/roman-numerals
- mit
- Copyright © 2023, Doigt
- Authors:
- Dependencies:
- none
- Versions:
-
1.0.0 2023-Nov-14 ~validation 2023-Dec-10 ~main 2023-Nov-15 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
2 downloads total
-
- Score:
- 0.3
- Short URL:
- roman-numerals.dub.pm