Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6CBCA1898B for ; Thu, 31 Dec 2015 22:15:00 +0000 (UTC) Received: (qmail 32591 invoked by uid 500); 31 Dec 2015 22:15:00 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 32324 invoked by uid 500); 31 Dec 2015 22:15:00 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 32251 invoked by uid 99); 31 Dec 2015 22:15:00 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Dec 2015 22:15:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F412EE381F; Thu, 31 Dec 2015 22:14:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: psteitz@apache.org To: commits@commons.apache.org Date: Thu, 31 Dec 2015 22:15:00 -0000 Message-Id: In-Reply-To: <179f65e43482456f85a5600db418f9ba@git.apache.org> References: <179f65e43482456f85a5600db418f9ba@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] [math] Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/dcd8015f Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/dcd8015f Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/dcd8015f Branch: refs/heads/master Commit: dcd8015fa6baefaa9ca3d6c9bd792c7f0bde08ac Parents: e38bbb9 2fcfce3 Author: Phil Steitz Authored: Thu Dec 31 15:14:25 2015 -0700 Committer: Phil Steitz Committed: Thu Dec 31 15:14:25 2015 -0700 ---------------------------------------------------------------------- .../math4/analysis/solvers/LaguerreSolver.java | 9 +++------ .../nonlinear/scalar/noderiv/CMAESOptimizer.java | 10 ++++++---- .../org/apache/commons/math4/random/AbstractWell.java | 2 +- .../commons/math4/random/BaseRandomGenerator.java | 14 +++++++------- .../org/apache/commons/math4/random/ISAACRandom.java | 6 +++--- .../stat/descriptive/rank/PSquarePercentile.java | 6 +++--- .../math4/stat/interval/ClopperPearsonInterval.java | 4 ++-- .../apache/commons/math4/util/ArithmeticUtils.java | 2 +- 8 files changed, 26 insertions(+), 27 deletions(-) ----------------------------------------------------------------------