Fixed Javadoc warning.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@999939 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2010-09-22 13:41:07 +00:00
parent 62dc5114ec
commit b625ebe85b
1 changed files with 2 additions and 2 deletions

View File

@ -2881,8 +2881,8 @@ public class FastMath {
} }
/** Compute the cubic root of a number. /** Compute the cubic root of a number.
* @param a number on which evaluation is done * @param x number on which evaluation is done
* @return cubic root of a * @return cubic root of x
*/ */
public static double cbrt(double x) { public static double cbrt(double x) {
/* Convert input double to bits */ /* Convert input double to bits */