diff --git a/src/main/java/org/apache/commons/math/util/FastMath.java b/src/main/java/org/apache/commons/math/util/FastMath.java index 2be206df9..51ff4a951 100644 --- a/src/main/java/org/apache/commons/math/util/FastMath.java +++ b/src/main/java/org/apache/commons/math/util/FastMath.java @@ -17,14 +17,17 @@ package org.apache.commons.math.util; /** - * Faster, more accurate, portable alternative to StrictMath. + * Faster, more accurate, portable alternative to {@link StrictMath}. *

- * Additionally implements the following methods: + * Additionally implements the following methods not found in StrictMath: *

+ * The following methods are found in StrictMath since 1.6 only + *