Class BinaryFunction

java.lang.Object
com.singularsys.jep.functions.PostfixMathCommand
com.singularsys.jep.functions.BinaryFunction
All Implemented Interfaces:
PostfixMathCommandI, Serializable
Direct Known Subclasses:
ArcTangent2, BigDecRoundSigFig, Binomial, BitAnd, BitOr, BitXor, Comparative, ComplexPFMC, Cross, Divide, Dot, JepTest.MyBinary, Left, Logical, LogTwoArg, LShift, Modulus, NullWrappedBinary, Polar, Power, Remainder, Right, RShift, Subtract, URShift

public abstract class BinaryFunction extends PostfixMathCommand
Convenient base class for binary functions. Defines an Object eval(Object l,Object r) method for calculating the result.
Author:
Richard Morris
See Also: