From 21bb63b1de96a12a9430b45ba5356246339c7d43 Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Mon, 17 Jan 2011 20:30:04 +0000 Subject: [PATCH] Wrong issue number: MATH-491 should be MATH-471 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1060081 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index 82ae973d1..7d2ad5b50 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -56,7 +56,7 @@ The type attribute can be add,update,fix,remove. FastMath.max(50.0f, -50.0f) => -50.0f; should be +50.0f Fixed FastMath.max(float, float) so it returns correct value. - + MATH-491 MathUtils.equals(double, double) does not work properly for floats - add equivalent (float, float) methods and basic tests