From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8983 invoked by alias); 30 Jul 2008 11:06:39 -0000 Received: (qmail 8794 invoked by uid 48); 30 Jul 2008 11:05:27 -0000 Date: Wed, 30 Jul 2008 11:06:00 -0000 From: "mtk dot manpages at gmail dot com" To: glibc-bugs@sources.redhat.com Message-ID: <20080730110527.6778.mtk.manpages@gmail.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug math/6778] New: expm1() raises bogus underflow exception for -large X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00131.txt.bz2 (glibc 2.8) When expm1(x) is given a large negative x value (e.g., in the range -1e5 through to -1e308), it correctly returns -1. However, it also raises an underflow exception. This is bogus. The result has not underflowed: the result is asymptotically close to 1 (not zero). -- Summary: expm1() raises bogus underflow exception for -large Product: glibc Version: unspecified Status: NEW Severity: normal Priority: P2 Component: math AssignedTo: aj at suse dot de ReportedBy: mtk dot manpages at gmail dot com CC: glibc-bugs at sources dot redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=6778 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.