public class Complex
extends org.apache.commons.math.complex.Complex
Constructor and Description |
---|
Complex(double real,
double imaginary) |
Complex(double real,
double imaginary,
String suffix) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object arg0) |
String |
getSuffix() |
int |
hashCode() |
abs, acos, add, asin, atan, conjugate, cos, cosh, createComplex, divide, exp, getArgument, getField, getImaginary, getReal, isInfinite, isNaN, log, multiply, multiply, negate, nthRoot, pow, readResolve, sin, sinh, sqrt, sqrt1z, subtract, tan, tanh
Copyright © 2020. All rights reserved.