Class ComplexEx

  • All Implemented Interfaces:
    Serializable, org.apache.commons.math3.FieldElement<org.apache.commons.math3.complex.Complex>

    public class ComplexEx
    extends org.apache.commons.math3.complex.Complex
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected String suffix  
      • Fields inherited from class org.apache.commons.math3.complex.Complex

        I, INF, NaN, ONE, ZERO
    • Constructor Summary

      Constructors 
      Constructor Description
      ComplexEx​(double real, double imaginary)  
      ComplexEx​(double real, double imaginary, String suffix)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(Object arg0)  
      String getSuffix()  
      int hashCode()  
      • Methods inherited from class org.apache.commons.math3.complex.Complex

        abs, acos, add, add, asin, atan, conjugate, cos, cosh, createComplex, divide, divide, equals, equals, equals, equalsWithRelativeTolerance, exp, getArgument, getField, getImaginary, getReal, isInfinite, isNaN, log, multiply, multiply, multiply, negate, nthRoot, pow, pow, readResolve, reciprocal, sin, sinh, sqrt, sqrt1z, subtract, subtract, tan, tanh, toString, valueOf, valueOf
    • Field Detail

      • suffix

        protected String suffix
    • Constructor Detail

      • ComplexEx

        public ComplexEx​(double real,
                         double imaginary,
                         String suffix)
      • ComplexEx

        public ComplexEx​(double real,
                         double imaginary)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class org.apache.commons.math3.complex.Complex
      • equals

        public boolean equals​(Object arg0)
        Overrides:
        equals in class org.apache.commons.math3.complex.Complex
      • getSuffix

        public String getSuffix()