Class ComplexEx
- java.lang.Object
-
- org.apache.commons.math3.complex.Complex
-
- org.apache.poi.ss.formula.functions.ComplexEx
-
- All Implemented Interfaces:
java.io.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 java.lang.Stringsuffix
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object arg0)java.lang.StringgetSuffix()inthashCode()-
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
-
-