SP8586 PRIME - Factorial factorisation
Description
Factorial **n!** of an integer number **n >= 0** is defined recursively as follows:
**0! = 1
n! = n \* (n - 1)!**
Input Format
N/A
Output Format
N/A