summaryrefslogtreecommitdiffstats
path: root/lib/libF77
Commit message (Collapse)AuthorAgeFilesLines
* 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