Class Bisection

java.lang.Object
frc.robot.math.opt.Bisection

public class Bisection extends Object
Root solver using bisection method
  • Constructor Details

    • Bisection

      public Bisection()
  • Method Details

    • bisection

      public static final double bisection(DoubleUnaryOperator f, double min, double max)
      Root solver using bisection method