Evaluate binomial coefficients

From Rosetta Code
Revision as of 19:34, 11 April 2010 by rosettacode>Alegend (Created page with '{{task|Mathematical operations}} This programming task, is to calculate ANY binomial coefficient. This formula is recommended: n!/k!(n-k)!')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Task
Evaluate binomial coefficients
You are encouraged to solve this task according to the task description, using any language you may know.

This programming task, is to calculate ANY binomial coefficient.

This formula is recommended: n!/k!(n-k)!