public class PowOperation extends java.lang.Object implements Operation
private double
exponent
PowOperation(double exponent)
double
apply(double value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final double exponent
public PowOperation(double exponent)
public double apply(double value)
apply
Operation