Class ShiftFunction
java.lang.Object
   |
   +----Map1DFunction
           |
           +----ShiftFunction
  -  public class ShiftFunction
  
-  extends Map1DFunction
  
Class to return iterate of Tent map function.
  
  -  
	ShiftFunction()
   -  
 
  
  -  
	evaluateDerivative(double)
   -  evaluates the derivative of the map function at x
 
  
 -  
	evaluateFunction(double)
   -  evaluates map function
 
 
  
ShiftFunction
 ShiftFunction()
  
evaluateFunction
 public double evaluateFunction(double x)
  -  evaluates map function
  
    -  Overrides:
    
 -  evaluateFunction in class Map1DFunction
  
 
 
 
evaluateDerivative
 public double evaluateDerivative(double x)
  -  evaluates the derivative of the map function at x
  
    -  Overrides:
    
 -  evaluateDerivative in class Map1DFunction