Binomial
Returns the binomial number choose . The binomials number are defined as
Syntax
binomial(Natural)
Description
Given a non-negative integer , this function returns a list with all the binomials numbers , sorted in increasing order of .
Returns the binomial number choose . The binomials number are defined as
binomial(Natural)
Given a non-negative integer , this function returns a list with all the binomials numbers , sorted in increasing order of .