OutBinom.coefficients

* 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.

class OutBinom(X)
pure nothrow const @property @safe
uint[]
coefficients
()
if (
is(X : real)
)

Meta