You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Arne Ploese <ap...@gmx.de> on 2011/07/12 11:12:43 UTC

[math] multiply Infinity values

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