From owner-freebsd-hackers@FreeBSD.ORG Fri Aug 5 13:15:43 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0C7E16A423 for ; Fri, 5 Aug 2005 13:15:43 +0000 (GMT) (envelope-from DAntrushin@mail.ru) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA59E43D49 for ; Fri, 5 Aug 2005 13:15:42 +0000 (GMT) (envelope-from DAntrushin@mail.ru) Received: from [81.3.158.68] (port=47329 helo=[129.159.124.237]) by mx2.mail.ru with esmtp id 1E122y-000LfN-00; Fri, 05 Aug 2005 17:15:36 +0400 Message-ID: <42F36675.2090602@mail.ru> Date: Fri, 05 Aug 2005 17:15:33 +0400 From: Denis Antrushin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050323) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Steve Kargl References: <20050804150405.GA95916@troutmask.apl.washington.edu> In-Reply-To: <20050804150405.GA95916@troutmask.apl.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: Number of significand bits in long double? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2005 13:15:44 -0000 Steve Kargl wrote: > Can someone confirm or refute that the working number > of bits in the significand of long double type is 53 > on i386? > Yes, this is what IEEE 754 requires. (See http://docs.sun.com/source/806-3568/ncg_goldberg.html, section 'The IEEE Standard')