Javadoc typos
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1042513 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
47de37f805
commit
71d916f096
|
@ -288,7 +288,7 @@ public class Gamma {
|
|||
* @param x the argument
|
||||
* @return digamma(x) to within 10-8 relative or absolute error whichever is smaller
|
||||
* @see <a href="http://en.wikipedia.org/wiki/Digamma_function"> Digamma at wikipedia </a>
|
||||
* @see <a href="http://www.uv.es/~bernardo/1976AppStatist.pdf"> Bernardo's original article </a>
|
||||
* @see <a href="http://www.uv.es/~bernardo/1976AppStatist.pdf"> Bernardo's original article </a>
|
||||
* @since 2.0
|
||||
*/
|
||||
public static double digamma(double x) {
|
||||
|
|
|
@ -41,7 +41,7 @@ public class DefaultTransformer implements NumberTransformer, Serializable {
|
|||
* @return a double primitive representation of the Object o.
|
||||
* @throws MathException if it cannot successfully be transformed.
|
||||
* @throws NullArgumentException if is {@code null}.
|
||||
* @see <a href="http://commons.apache.org/collections/api-release/org/apache/commons/collections/Transformer.html"/>
|
||||
* @see <a href="http://commons.apache.org/collections/api-release/org/apache/commons/collections/Transformer.html">Commons Collections Transformer</a>
|
||||
*/
|
||||
public double transform(Object o) throws MathException {
|
||||
if (o == null) {
|
||||
|
|
Loading…
Reference in New Issue