Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 1997 09:44:12 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libF77 d_lg10.c
Message-ID:  <199702241744.JAA03559@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702241744.JAA03559>