Javadoc formatting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1387635 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a20a890fa6
commit
322fde4ec5
|
@ -98,22 +98,19 @@ public abstract class ContinuedFraction {
|
|||
}
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* Evaluates the continued fraction at the value x.
|
||||
* </p>
|
||||
*
|
||||
* <p>
|
||||
* The implementation of this method is based on the modified Lentz algorithm as described
|
||||
* on page 18 ff. in:
|
||||
* <ul>
|
||||
* <li>
|
||||
* <li>
|
||||
* I. J. Thompson, A. R. Barnett. "Coulomb and Bessel Functions of Complex Arguments and Order."
|
||||
* <a target="_blank" href="http://www.fresco.org.uk/papers/Thompson-JCP64p490.pdf">
|
||||
* http://www.fresco.org.uk/papers/Thompson-JCP64p490.pdf</a>
|
||||
* </li>
|
||||
* </li>
|
||||
* </ul>
|
||||
* Note: the implementation uses the terms a<sub>i</sub> and b<sub>i</sub> as defined in
|
||||
* <a href="http://mathworld.wolfram.com/ContinuedFraction.html">Continued Fraction / MathWorld</a>.
|
||||
* <b>Note:</b> the implementation uses the terms a<sub>i</sub> and b<sub>i</sub> as defined in
|
||||
* <a href="http://mathworld.wolfram.com/ContinuedFraction.html">Continued Fraction @ MathWorld</a>.
|
||||
* </p>
|
||||
*
|
||||
* @param x the evaluation point.
|
||||
|
|
Loading…
Reference in New Issue