Conversion de nombre romain en nombre arabe

This commit is contained in:
Divlo
2019-09-22 10:09:25 +02:00
parent 48a9989fd8
commit a2631210fe
6 changed files with 42 additions and 8 deletions

View File

@ -70,7 +70,7 @@ switch ($currentpage) {
break;
case '/views/function-views/convertRomanArabicNumbers.php':
$title = "Conversion d'un nombre arabe en nombre romain";
$description = "Convertis un nombre arabe en nombre romain.";
$description = "Convertis un nombre arabe en nombre romain (et l'inverse aussi).";
$image = 'https://function.divlo.fr/img/function-image/convertRomanArabicNumbers.png';
break;
case '/views/function-views/armstrongNumber.php':