Click here to Skip to main content
15,895,746 members
Articles / Programming Languages / Delphi

Calculating the Factorial of a Number in Delphi: Recursive and Iterative Methods

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
28 Dec 2012CPOL 17K   2  
The purpose here is not the mathematical stuff, but to provide two implementations of the factorial of a number in Delphi (Object Pascal).

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions