Class FieldFactorial
- java.lang.Object
-
- com.singularsys.jep.functions.PostfixMathCommand
-
- com.singularsys.jep.functions.UnaryFunction
-
- com.singularsys.extensions.field.functions.FieldFactorial
-
- All Implemented Interfaces:
PostfixMathCommandI,java.io.Serializable
public class FieldFactorial extends UnaryFunction
Calculate factorials using a field.- Author:
- rich
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.singularsys.jep.functions.PostfixMathCommand
curNumberOfParameters, name, NaN, numberOfParameters
-
-
Constructor Summary
Constructors Constructor Description FieldFactorial(FieldI f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objecteval(java.lang.Object l)-
Methods inherited from class com.singularsys.jep.functions.UnaryFunction
instanceOf, instanceOf, run
-
Methods inherited from class com.singularsys.jep.functions.PostfixMathCommand
asArray, asBool, asDouble, asInt, asLong, asStrictInt, asString, checkNumberOfParameters, getName, getNumberOfParameters, setCurNumberOfParameters, setName, toString, toString
-
-
-
-
Constructor Detail
-
FieldFactorial
public FieldFactorial(FieldI f)
-
-
Method Detail
-
eval
public java.lang.Object eval(java.lang.Object l) throws EvaluationException- Specified by:
evalin classUnaryFunction- Throws:
EvaluationException
-
-