Class QuadraticEquation


  • public class QuadraticEquation
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      QuadraticEquation​(double a, double b, double c)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getV​(double x)  
      double[] solve()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QuadraticEquation

        public QuadraticEquation​(double a,
                                 double b,
                                 double c)
    • Method Detail

      • solve

        public double[] solve()
      • getV

        public double getV​(double x)