Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 391 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 391 Bytes

Synopsis

:- use_module(library(roman), [roman/2]).

?-  roman(17,R).
R = "XVII".

?- roman(A,`XVII`).
A = 17.

Description

Work with Roman numerals.

Installation

Using SWI-Prolog 7.1 or later:

?- pack_install(roman).

This module uses semantic versioning.

Source code available and pull requests accepted at http://github.com/mndrix/roman