Class ComplexEx
- java.lang.Object
-
- org.apache.commons.math3.complex.Complex
-
- org.apache.poi.ss.formula.functions.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
-
-
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
-
-