Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6FF45E2E5 for ; Thu, 21 Feb 2013 22:14:13 +0000 (UTC) Received: (qmail 49319 invoked by uid 500); 21 Feb 2013 22:14:13 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 49291 invoked by uid 500); 21 Feb 2013 22:14:13 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 49241 invoked by uid 99); 21 Feb 2013 22:14:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2013 22:14:13 +0000 Date: Thu, 21 Feb 2013 22:14:13 +0000 (UTC) From: "Kim Haase (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DERBY-6083) Update minimum/maximum floating-point values to align with DERBY-3398 fixes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-6083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim Haase updated DERBY-6083: ----------------------------- Issue & fix info: Patch Available > Update minimum/maximum floating-point values to align with DERBY-3398 fixes > --------------------------------------------------------------------------- > > Key: DERBY-6083 > URL: https://issues.apache.org/jira/browse/DERBY-6083 > Project: Derby > Issue Type: Task > Components: Documentation > Affects Versions: 10.10.0.0 > Reporter: Kim Haase > Assignee: Kim Haase > Priority: Minor > Attachments: DERBY-6083.diff, DERBY-6083.stat, DERBY-6083.zip > > > The limits for floating-point values have changed as a result of DERBY-3398 and should be documented: > Smallest DOUBLE: 4.9e-324 (aka Double.MIN_VALUE) > Largest DOUBLE: 1.7976931348623157e+308 (aka Double.MAX_VALUE) > Smallest positive DOUBLE: 2.2250738585072014E-308 (aka Double.MIN_NORMAL) > Largest negative DOUBLE: -2.2250738585072014E-308 > Smallest REAL: 1.4e-45 (aka Float.MIN_VALUE) > Largest REAL: 3.4028235e+38 (aka Float.MAX_VALUE) > Smallest positive REAL: 1.17549435E-38 (aka Float.MIN_NORMAL) > Largest negative REAL: -1.17549435E-38 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira