javadoc: fixed missing semicolons in entity references
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@539928 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb8da62041
commit
cb1c0adcc8
|
@ -504,7 +504,7 @@ public class ComplexUtils {
|
|||
* tan(1 ± INFINITY i) = 0 + NaN i
|
||||
* tan(±INFINITY + i) = NaN + NaN i
|
||||
* tan(±INFINITY ± INFINITY i) = NaN + NaN i
|
||||
* tan(±&pi/2 + 0 i) = ±INFINITY + NaN i</code></pre>
|
||||
* tan(±π/2 + 0 i) = ±INFINITY + NaN i</code></pre>
|
||||
*
|
||||
* @param z the value whose tangent is to be returned
|
||||
* @return the tangent of <code>z</code>
|
||||
|
@ -543,7 +543,7 @@ public class ComplexUtils {
|
|||
* tanh(1 ± INFINITY i) = NaN + NaN i
|
||||
* tanh(±INFINITY + i) = NaN + 0 i
|
||||
* tanh(±INFINITY ± INFINITY i) = NaN + NaN i
|
||||
* tanh(0 + (&pi/2)i) = NaN + INFINITY i</code></pre>
|
||||
* tanh(0 + (π/2)i) = NaN + INFINITY i</code></pre>
|
||||
*
|
||||
* @param z the value whose hyperbolic tangent is to be returned
|
||||
* @return the hyperbolic tangent of <code>z</code>
|
||||
|
|
Loading…
Reference in New Issue