Table of Contents

About

The binomial coefficient

Example

n choose 2 is the number n times n minus 1 over 2.

<MATH> \frac{n (n -1)}{2} </MATH>

Function

choose(n,k)