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

mndrix/roman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Roman numerals in Prolog

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages