From owner-cvs-lib Sun Feb 16 09:38:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA14559 for cvs-lib-outgoing; Sun, 16 Feb 1997 09:38:14 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA14552; Sun, 16 Feb 1997 09:38:12 -0800 (PST) Date: Sun, 16 Feb 1997 09:38:12 -0800 (PST) From: Bruce Evans Message-Id: <199702161738.JAA14552@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/msun/i387 e_exp.S Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/16 09:38:12 Modified: lib/msun/i387 e_exp.S Log: Fixed the i87 version of exp(). It returned NaN for args +-Inf. It had some small (one or two ULP) inaccuracies. Found by: ucbtest Revision Changes Path 1.5 +42 -0 src/lib/msun/i387/e_exp.S