summaryrefslogtreecommitdiffstats
path: root/lib/libF77
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to the 1997/02/26 version.jmz1997-04-1329-400/+301
|
* Use the C library version of log10() instead of the inaccurate formulabde1997-02-241-4/+2
| | | | | | | log10(x) = log10e * log(x). This fixes some small (one or two ULP) inaccuracies. Found by: ucbtest
* Oops, I thought I was fixing the double precision lg10 in thebde1997-02-241-2/+2
| | | | | | | | | previous revision. Use log10f() instead of log10(). log10f() is currently slightly slower than log10() on P5's, but it is potentially significantly faster. Fixed declaration of the C function used in the (unused?) KR_headers case.
* Use the C library version of log10() instead of the inaccurate formulabde1997-02-161-3/+1
| | | | | | | | | log10(x) = log10e * log(x). The formula would work if the RHS were evaluated in extended precision with an extended precision log(). This actually happened with the i387 log() because it returns excess precision. Found by: ucbtest
* General -Wall warning cleanup, part I.jkh1996-07-125-8/+3
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-69/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Update to the 1995/09/20 version. Previous version was 1993/12/17.jmz1995-09-2817-95/+277
|
* Library for f2c (part 2 of 2)ljo1994-10-26120-0/+2749
Obtained from: netlib.att.com
OpenPOWER on IntegriCloud