From 8252860a272512a3cdece44aca466cd86e4835b7 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Sun, 23 Jan 2011 10:16:49 +0000 Subject: [PATCH] javadoc git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1062359 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/commons/math/util/FastMath.java | 2 ++ 1 file changed, 2 insertions(+) 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 7e161ba17..6228bd667 100644 --- a/src/main/java/org/apache/commons/math/util/FastMath.java +++ b/src/main/java/org/apache/commons/math/util/FastMath.java @@ -28,8 +28,10 @@ package org.apache.commons.math.util; * * The following methods are found in StrictMath since 1.6 only * * @version $Revision$ $Date$