COMBIN(n,k)
Computes the number of combinations.
Performing this function on a non-integer or a negative number returns an error. Also if @n is less than @k returns an error.