From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14225 invoked by alias); 22 Oct 2006 00:22:41 -0000 Received: (qmail 14131 invoked by uid 48); 22 Oct 2006 00:22:33 -0000 Date: Sun, 22 Oct 2006 00:22:00 -0000 From: "myles at peakstreaminc dot com" To: glibc-bugs@sources.redhat.com Message-ID: <20061022002233.3406.myles@peakstreaminc.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug math/3406] New: expf(x) gives infinity where correctly rounded result is finite X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00116.txt.bz2 List-Id: glibc-2.3.4-2.19 gcc version 3.4.5 20051201 (Red Hat 3.4.5-2) The attached sample program takes expf(x) and float(exp(x)) for a number x such that the exponential is ALMOST +INF in 32-bit floating point. expf(x) returns (incorrectly) INF, where float(exp(x)) is finite. -- Summary: expf(x) gives infinity where correctly rounded result is finite Product: glibc Version: 2.3.4 Status: NEW Severity: minor Priority: P2 Component: math AssignedTo: aj at suse dot de ReportedBy: myles at peakstreaminc dot com CC: glibc-bugs at sources dot redhat dot com GCC host triplet: 2.6.9-34.ELsmp http://sourceware.org/bugzilla/show_bug.cgi?id=3406 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.