Searched defs:realPart (Results 1 – 1 of 1) sorted by relevance
971 final double realPart = nthRootOfAbs * FastMath.cos(innerPart); in nthRoot() local988 protected Complex createComplex(double realPart, double imaginaryPart) { in createComplex()