From owner-cvs-lib Mon Feb 24 09:44:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA03566 for cvs-lib-outgoing; Mon, 24 Feb 1997 09:44:14 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA03559; Mon, 24 Feb 1997 09:44:12 -0800 (PST) Date: Mon, 24 Feb 1997 09:44:12 -0800 (PST) From: Bruce Evans Message-Id: <199702241744.JAA03559@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libF77 d_lg10.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/24 09:44:11 Modified: lib/libF77 d_lg10.c Log: Use the C library version of log10() instead of the inaccurate formula log10(x) = log10e * log(x). This fixes some small (one or two ULP) inaccuracies. Found by: ucbtest Revision Changes Path 1.2 +2 -4 src/lib/libF77/d_lg10.c