From 406a6ae49d83919b74921058ad9db88f1044ec99 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Thu, 13 Sep 2012 18:21:05 +0000 Subject: [PATCH] Fixed typo and formatting in changes.xml. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1384454 13f79535-47bb-0310-9956-ffa450edef68 --- src/changes/changes.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2d88f97b0..ac62bdb31 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -137,7 +137,7 @@ If the output is not quite correct, check for invisible trailing spaces! double precision, and high precision (using "BigDecimal"). - For all distibution classes (in package "o.a.c.m.distribution"), a new + For all distribution classes (in package "o.a.c.m.distribution"), a new constructor takes a "RandomGenerator" parameter. The "RandomDataImpl" instance has been superseded by this RNG. All "sample()" methods have been modified to use this RNG instead of @@ -211,7 +211,8 @@ If the output is not quite correct, check for invisible trailing spaces! Avoid superfluous null check when using iterators in RealVector and ArrayRealVector. - Use epsilon instead of ulp in floating-point comparison when dropping columns after phase 1 in SimplexSolver. + Use epsilon instead of ulp in floating-point comparison when dropping columns after + phase 1 in SimplexSolver. Added a workaround for an OpenJDK issue on sparc solaris with too small constants. @@ -232,7 +233,8 @@ If the output is not quite correct, check for invisible trailing spaces! Added class FixedElapsedTime (new StoppingCondition for evolution of generations) to genetics package. - Added classes Decimal64 and Decimal64Field, which are wrapper classes around primitive doubles. These classes implement FieldElement and Field, respectively. + Added classes Decimal64 and Decimal64Field, which are wrapper classes around primitive doubles. + These classes implement FieldElement and Field, respectively.