org.matheclipse.core.reflection.system
Class Binomial
- java.lang.Object
-
- org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
-
- org.matheclipse.core.eval.interfaces.AbstractArg2
-
- org.matheclipse.core.reflection.system.Binomial
-
- All Implemented Interfaces:
- IFunctionEvaluator, IEvaluator
public class Binomial extends AbstractArg2
Returns the binomial coefficient of 2 integers. See Binomial coefficient
-
-
Constructor Summary
Constructors Constructor and Description Binomial()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static java.math.BigIntegerbinomial(java.math.BigInteger n, java.math.BigInteger k)static java.math.BigIntegerbinomial(int n, int k)IExpre2IntArg(IInteger n0, IInteger k0)-
Methods inherited from class org.matheclipse.core.eval.interfaces.AbstractArg2
binaryOperator, e2ComArg, e2DblArg, e2DblComArg, e2FraArg, e2FunArg, e2ObjArg, e2SymArg, eComFraArg, eComIntArg, eFunIntArg, evaluate
-
Methods inherited from class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
createRuleFromMethod, getPeriodicParts, getPureImaginaryPart, getRuleAST, isNegativeExpression, numericEval, setUp
-
-
-
-
Method Detail
-
e2IntArg
public IExpr e2IntArg(IInteger n0, IInteger k0)
- Overrides:
e2IntArgin classAbstractArg2
-
binomial
public static java.math.BigInteger binomial(int n, int k)
-
binomial
public static java.math.BigInteger binomial(java.math.BigInteger n, java.math.BigInteger k)
-
-
DMelt 3.0 © DataMelt by jWork.ORG