|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.singularsys.jep.functions.PostfixMathCommand
com.singularsys.jep.functions.BinaryFunction
com.singularsys.jep.bigdecimal.functions.BigDecDiv
public class BigDecDiv
| Field Summary |
|---|
| Fields inherited from class com.singularsys.jep.functions.PostfixMathCommand |
|---|
curNumberOfParameters, name, NaN, numberOfParameters |
| Constructor Summary | |
|---|---|
BigDecDiv(java.math.MathContext mc)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
eval(java.lang.Object l,
java.lang.Object r)
|
java.math.MathContext |
getMathContext()
|
void |
setMathContext(java.math.MathContext mc)
|
| Methods inherited from class com.singularsys.jep.functions.BinaryFunction |
|---|
run |
| Methods inherited from class com.singularsys.jep.functions.PostfixMathCommand |
|---|
asArray, asBool, asDouble, asInt, asLong, asStrictInt, asString, checkNumberOfParameters, checkStack, getName, getNumberOfParameters, setCurNumberOfParameters, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BigDecDiv(java.math.MathContext mc)
mc - | Method Detail |
|---|
public java.math.MathContext getMathContext()
public void setMathContext(java.math.MathContext mc)
public java.lang.Object eval(java.lang.Object l,
java.lang.Object r)
throws EvaluationException
eval in class BinaryFunctionEvaluationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||