https://github.com/dhowden/numerus
Go package for converting from/to Roman Numerals
https://github.com/dhowden/numerus
go roman-numerals
Last synced: 11 months ago
JSON representation
Go package for converting from/to Roman Numerals
- Host: GitHub
- URL: https://github.com/dhowden/numerus
- Owner: dhowden
- License: bsd-2-clause
- Created: 2014-10-01T21:33:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T21:13:35.000Z (over 3 years ago)
- Last Synced: 2025-04-20T17:58:49.009Z (about 1 year ago)
- Topics: go, roman-numerals
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Numerus
[](https://travis-ci.org/dhowden/numerus) [](https://godoc.org/github.com/dhowden/numerus)
A Go package for parsing and creating Roman Numerals (see [http://en.wikipedia.org/wiki/Roman_numerals](http://en.wikipedia.org/wiki/Roman_numerals) for more details).
Requires Go 1.1 or later.