From commits-return-76107-archive-asf-public=cust-asf.ponee.io@commons.apache.org Thu Aug 27 12:17:28 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 2F1A618063B for ; Thu, 27 Aug 2020 14:17:28 +0200 (CEST) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 33063126698 for ; Thu, 27 Aug 2020 12:17:03 +0000 (UTC) Received: (qmail 6879 invoked by uid 500); 27 Aug 2020 12:12:02 -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 6709 invoked by uid 99); 27 Aug 2020 12:12:02 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2020 12:12:02 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id E4787808A0; Thu, 27 Aug 2020 12:12:01 +0000 (UTC) Date: Thu, 27 Aug 2020 12:12:04 +0000 To: "commits@commons.apache.org" Subject: [commons-numbers] 03/03: NUMBER-151: Track changes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: aherbert@apache.org In-Reply-To: <159853032176.14457.1686641957196095607@gitbox.apache.org> References: <159853032176.14457.1686641957196095607@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: commons-numbers X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 674f6da2d495031d3ea054dddad2818500b9728c X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20200827121201.E4787808A0@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git commit 674f6da2d495031d3ea054dddad2818500b9728c Author: aherbert AuthorDate: Thu Aug 27 13:11:56 2020 +0100 NUMBER-151: Track changes --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9c2aa6e..eedf591 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -72,6 +72,9 @@ Apache Commons Numbers 1.0-beta1 contains the following library modules: "Fraction/BigFraction": Fixed pow(int) to handle Integer.MIN_VALUE and throw ArithmeticException for negative exponents to a fraction of zero. + + "ArithmeticUtils": Refine pow(int, int) and pow(long, int) for edge cases. +