From 5bbbe7709f85d0953d6a4f8c6e96c256e267f6e6 Mon Sep 17 00:00:00 2001 From: Gilles Sadowski Date: Thu, 31 Oct 2013 12:56:51 +0000 Subject: [PATCH] Update "changes.xml". git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1537473 13f79535-47bb-0310-9956-ffa450edef68 --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 82791d1c4..d13244cd5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,6 +51,9 @@ If the output is not quite correct, check for invisible trailing spaces! + + Check for overflow in methods "pow" (class "o.a.c.m.util.ArithmeticUtils"). + "EigenDecomposition": Using tolerance for detecting whether a matrix is singular.