New function : armstrongNumber

This commit is contained in:
Divlo
2019-09-21 22:40:16 +02:00
parent 9bd890b90c
commit 48a9989fd8
8 changed files with 76 additions and 1 deletions

View File

@ -56,6 +56,10 @@
<td><a href="./function-views/convertRomanArabicNumbers.php">Conversion d'un nombre arabe en nombre romain</a></td>
<td>Convertis un nombre arabe en nombre romain.</td>
</tr>
<tr>
<td><a href="./function-views/armstrongNumber.php">Nombre d'Armstrong</a></td>
<td>Vérifie si un nombre fait partie des nombres d'Armstrong ou non.</td>
</tr>
</tbody>
</table>
</div>