Calculates the factorial for positive integers
26 people like thisPosted: 13 years ago by Stefan Knoblauch
Factorial versus tail recursion
4 people like thisPosted: 12 years ago by Laco
Factorial recursive function using match with pattern.
0 people like thisPosted: 10 years ago by gg00xiv
This snippet shows how to transform simple recursive factorial function to combinator form step-by-step.
2 people like thisPosted: 10 years ago by Dmitri Soshnikov
Factorial with bigint and reduce
2 people like thisPosted: 9 years ago by Andriy Tolstoy
While reading Tomas Petricek's master thesis, came across FIX operator implementation. Decided to experiment with various implementations of factorial.
16 people like thisPosted: 13 years ago by Dmitri Pavlenkov
Compute the factorial of a given number by building the list of permutations of the list of first n numbers [1..n] and taking its length
2 people like thisPosted: 11 years ago by Dmitry Soshnikov
Factorial recursive function using match ... with pattern.
0 people like thisPosted: 10 years ago by gg00xiv
Inverse Gamma function and Inverse Factorial by Approximation based on these references: http://mathforum.org/kb/message.jspa?messageID=342551&tstart=0 https://github.com/DarkoVeberic/LambertW
2 people like thisPosted: 9 years ago by Fabio Galuppo
Recursive Factorial using Int64, Double and BigInteger with execution time.
0 people like thisPosted: 7 years ago by Carlos Quintanilla