Class RootFinderStep


  • public class RootFinderStep
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double myFofX
      The current value of the function evaluated at the last presented operand
      double myX
      The current value evaluated operand (function input)
    • Constructor Summary

      Constructors 
      Constructor Description
      RootFinderStep()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • myX

        public double myX
        The current value evaluated operand (function input)
      • myFofX

        public double myFofX
        The current value of the function evaluated at the last presented operand
    • Constructor Detail

      • RootFinderStep

        public RootFinderStep()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object