Fixed javadoc typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1146561 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
efb876b984
commit
fe761c28ce
|
@ -139,7 +139,7 @@ public class Complex implements FieldElement<Complex>, Serializable {
|
|||
* </pre></p>
|
||||
* <p>
|
||||
* If either this or <code>rhs</code> has a NaN value in either part,
|
||||
* {@link #NaN} is returned; otherwise Inifinite and NaN values are
|
||||
* {@link #NaN} is returned; otherwise Infinite and NaN values are
|
||||
* returned in the parts of the result according to the rules for
|
||||
* {@link java.lang.Double} arithmetic.</p>
|
||||
*
|
||||
|
@ -438,7 +438,7 @@ public class Complex implements FieldElement<Complex>, Serializable {
|
|||
* </pre></p>
|
||||
* <p>
|
||||
* If either this or <code>rhs</code> has a NaN value in either part,
|
||||
* {@link #NaN} is returned; otherwise inifinite and NaN values are
|
||||
* {@link #NaN} is returned; otherwise infinite and NaN values are
|
||||
* returned in the parts of the result according to the rules for
|
||||
* {@link java.lang.Double} arithmetic. </p>
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue