From 322fde4ec5331313aeb37184b1ec0c429556f413 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Wed, 19 Sep 2012 15:15:43 +0000 Subject: [PATCH] Javadoc formatting. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1387635 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/commons/math3/util/ContinuedFraction.java | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/main/java/org/apache/commons/math3/util/ContinuedFraction.java b/src/main/java/org/apache/commons/math3/util/ContinuedFraction.java index ac78433f0..538467c1a 100644 --- a/src/main/java/org/apache/commons/math3/util/ContinuedFraction.java +++ b/src/main/java/org/apache/commons/math3/util/ContinuedFraction.java @@ -98,22 +98,19 @@ public abstract class ContinuedFraction { } /** - *

* Evaluates the continued fraction at the value x. - *

- * *

* The implementation of this method is based on the modified Lentz algorithm as described * on page 18 ff. in: *

- * Note: the implementation uses the terms ai and bi as defined in - * Continued Fraction / MathWorld. + * Note: the implementation uses the terms ai and bi as defined in + * Continued Fraction @ MathWorld. *

* * @param x the evaluation point.