public class Power extends AbstractDOp
left, right
Constructor and Description |
---|
Power(AbstractDVal dvl,
AbstractDVal dvr) |
Modifier and Type | Method and Description |
---|---|
double |
eval() |
Power |
makeCopy() |
Power |
makePrefixedCopy(String s,
HashSet<String> stetHS) |
String |
toExpression() |
String |
toFnExpression() |
String |
toReversePolishExpression() |
isTrivial, recAdd, substituteVariableWith, variablesIn
getSimpleValueName
public Power(AbstractDVal dvl, AbstractDVal dvr)
public Power makeCopy()
makeCopy
in class AbstractDVal
public Power makePrefixedCopy(String s, HashSet<String> stetHS)
makePrefixedCopy
in class AbstractDVal
public double eval()
eval
in class AbstractDVal
public String toFnExpression()
public String toExpression()
toExpression
in class AbstractDVal
public String toReversePolishExpression()
toReversePolishExpression
in class AbstractDVal
Copyright © 2019. All rights reserved.