Hi, having
a = new Complex(Double.POSITIVE_INFINITY, 0); b = new Complex(Double.NEGATIVE_INFINITY, 0); c = a.multipy(b); the result should be equals to new Complex(Double.NEGATIVE_INFINITY, 0) and not Complex.INF. Or I am wrong??? Arne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
