InBinom.BinomEqu

Performs the binomial theorem on the object that it is a member of.

class InBinom(X)
BinomEqu
()
if (
is(X : real)
)

Return Value

Type: OutBinom!X

OutBinom!X containing the result of applying the binomial theorem on the object.

Meta