From 38e62e398c662cd8d26ba999eb5c86b32c81a87b Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Sun, 23 Jan 2011 10:24:07 +0000 Subject: [PATCH] announced bugs fixed by sebb git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1062362 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index 6b729148e..884f95a8e 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -52,6 +52,10 @@ The type attribute can be add,update,fix,remove. If the output is not quite correct, check for invisible trailing spaces! --> + + FastMath is not an exact replacement for StrictMath + (partially fixed) Add copySign(float), copySign(float) + FastMath atan2 does not agree with StrictMath for special cases