Skip to content

Functions for converting roman algarisms to integer and vice versa

License

Notifications You must be signed in to change notification settings

carloscarucce/roman-algarisms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roman to integer conversion

A simple package to make conversion between roman and integer.

Installation

composer require carloscarucce/roman-algarisms

Usage

Convert integer number to roman

$roman = int_to_roman(20);
echo $roman; //XX

Convert roman to integer

$number = roman_to_int('XIV');
echo $number; //14

About

Functions for converting roman algarisms to integer and vice versa

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages