From 9c1c9ab1bf99cc36778652541afd9b530fb63b40 Mon Sep 17 00:00:00 2001 From: Sebb Date: Tue, 9 May 2017 16:22:02 +0100 Subject: [PATCH] Bad HTML fixups --- .../apache/commons/math4/special/BesselJ.java | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/java/org/apache/commons/math4/special/BesselJ.java b/src/main/java/org/apache/commons/math4/special/BesselJ.java index b677939b5..9b41479d5 100644 --- a/src/main/java/org/apache/commons/math4/special/BesselJ.java +++ b/src/main/java/org/apache/commons/math4/special/BesselJ.java @@ -177,15 +177,15 @@ public class BesselJ * {@link #getnVals()} is the number of values among those returned by {@link #getnVals()} * that can be considered accurate. *

*/ @@ -234,10 +234,10 @@ public class BesselJ *

* @param x non-negative real argument for which J's are to be calculated * @param alpha fractional part of order for which J's or exponentially - * scaled J's (\(J\cdot e^{x}\)) are to be calculated. 0 <= alpha < 1.0. - * @param nb integer number of functions to be calculated, nb > 0. The first + * scaled J's (\(J\cdot e^{x}\)) are to be calculated. {@code 0 <= alpha < 1.0} + * @param nb integer number of functions to be calculated, {@code nb > 0}. The first * function calculated is of order alpha, and the last is of order - * nb - 1 + alpha. + * {@code nb - 1 + alpha}. * @return BesselJResult a vector of the functions * \(J_{alpha}(x)\) through \(J_{nb-1+alpha}(x)\), or the corresponding exponentially * scaled functions and an integer output variable indicating possible errors