Class NaryFunction

java.lang.Object
com.singularsys.jep.functions.PostfixMathCommand
com.singularsys.jep.functions.NaryFunction
All Implemented Interfaces:
PostfixMathCommandI, Serializable
Direct Known Subclasses:
Ele, FromBase, JepTest.AddFractionsNary, JepTest.MyNary, Mid, NullWrappedNary, NullWrappedNaryBinary, Round, RoundSF, Substring, ToBase

public abstract class NaryFunction extends PostfixMathCommand
Convenient base class for nary functions. Defines an Object eval(Object[] args) method for calculating the result.
Author:
Richard Morris
See Also: