Class BigDecPow
java.lang.Object
com.singularsys.jep.functions.PostfixMathCommand
com.singularsys.jep.functions.BinaryFunction
com.singularsys.jep.functions.Power
com.singularsys.jep.bigdecimal.functions.BigDecPow
- All Implemented Interfaces:
PostfixMathCommandI,RealBinaryFunction,Serializable
- See Also:
-
Field Summary
Fields inherited from class com.singularsys.jep.functions.PostfixMathCommand
curNumberOfParameters, name, NaN, numberOfParameters -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidMethods inherited from class com.singularsys.jep.functions.Power
eval, evaluate, isAllowComplexResults, power, power, power, power, power, setAllowComplexResultsMethods inherited from class com.singularsys.jep.functions.BinaryFunction
instanceOf, instanceOf, runMethods inherited from class com.singularsys.jep.functions.PostfixMathCommand
asArray, asBool, asDouble, asInt, asLong, asStrictInt, asString, checkNumberOfParameters, getName, getNumberOfParameters, setCurNumberOfParameters, setName, toString, toString
-
Constructor Details
-
BigDecPow
- Parameters:
mc-
-
-
Method Details
-
power
- Overrides:
powerin classPower- Throws:
EvaluationException
-
getMathContext
-
setMathContext
-