Class QuarticEquation.complex_t

  • Enclosing class:
    QuarticEquation

    class QuarticEquation.complex_t
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double imag  
      (package private) double real  
    • Constructor Summary

      Constructors 
      Constructor Description
      complex_t()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • real

        double real
      • imag

        double imag
    • Constructor Detail

      • complex_t

        complex_t()