From 00b139a1c49c230bfb7b0f1ec5b8c22d560d3447 Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Thu, 6 Jul 2006 04:47:23 +0000 Subject: [PATCH] Fixed bad issue attribute. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@419434 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdocs/changes.xml b/xdocs/changes.xml index ce5df4568..8f33730f8 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -59,7 +59,7 @@ Commons Math Release Notes not return incorrect results for numbers with bad IEEE754 representations. - + Added Fast Fourier Transform implementation.