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:
parent
62dc5114ec
commit
b625ebe85b
|
@ -2881,8 +2881,8 @@ public class FastMath {
|
|||
}
|
||||
|
||||
/** Compute the cubic root of a number.
|
||||
* @param a number on which evaluation is done
|
||||
* @return cubic root of a
|
||||
* @param x number on which evaluation is done
|
||||
* @return cubic root of x
|
||||
*/
|
||||
public static double cbrt(double x) {
|
||||
/* Convert input double to bits */
|
||||
|
|
Loading…
Reference in New Issue