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