From 82ceb5bd8b68af04b73407ab31754bc5d42ec47a Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Fri, 21 Jan 2011 20:24:53 +0000 Subject: [PATCH] Correct list of unique methods git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1062008 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/commons/math/util/FastMath.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 + *