Addition math functions.
nCr
Calculates nCr.
n (int) – total number of items.
r (int) – items to choose
nCr.
nPr
Calculates nPr.
r (int) – items to permute
nPr.