From 2cd834df749c36fd8db78433cff848bcb81630fb Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Sun, 23 Jan 2011 12:11:33 +0000 Subject: [PATCH] Add another change git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1062402 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index 9d62da4b7..5c5d3fab7 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -52,6 +52,9 @@ The type attribute can be add,update,fix,remove. If the output is not quite correct, check for invisible trailing spaces! --> + + Create FastMath copySign methods + FastMath atan2 does not agree with StrictMath for special cases