Class solvers__c


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

      Constructors 
      Constructor Description
      solvers__c()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int solve1​(double[] coeff, double[] roots)  
      static int solve2​(double[] coeff, double[] roots)  
      static int solve3​(double[] coeff, double[] roots)  
      • Methods inherited from class java.lang.Object

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

      • solvers__c

        public solvers__c()
    • Method Detail

      • solve3

        public static int solve3​(double[] coeff,
                                 double[] roots)
      • solve2

        public static int solve2​(double[] coeff,
                                 double[] roots)
      • solve1

        public static int solve1​(double[] coeff,
                                 double[] roots)