InBinom

* Class: Serves as a set up binomial to perform operations on.

class InBinom (
X
) if (
is(X : real)
) {}

Constructors

this
this(X x, X y, uint n)
Undocumented in source.

Members

Functions

BinomEqu
OutBinom!X BinomEqu()

* BinomEqu perofrms the binomial theorem on the object that it is a member of. * Params: * none * Returns: OutBinom!X containing the result of applying the binomial theorem on the object.

Meta