* OutBinom.coefficients returns all of the coefficiants generated by InBionm.BinomEqu() as an array. * Params: * none * Returns: * All of the coefficients generated by InBinom.BinomEqu() as an array.
* OutBinom.nval returns the value of n. * Params: * none * Returns: * Value of 'OutBinom.n' as in 'n' Choose 'k.'
* OutBinom.result returns the result generated by the binomial theroem. * Params: * none * Returns: * Result generated by calling InBinom.BinomEqu()
* OutBinom.seperatedVals returns all of the values that InBinom.BinomEqu() spews out without summing it all. * Params: * none * Returns: * All the values generated by InBinom.BinomEqu() beffore summing.
* OutBinom.xval returns the value of x. * Params: * none * Returns: * Value of 'OutBinom.x.'
* OutBinom.yval returns the value of y. * Params: * none * Returns: * Value of 'OutBinom.y.'
Class: Output of member functions of InBinom