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: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to