K 10 svn:author V 3 bde K 8 svn:date V 27 1997-02-16T17:54:58.000000Z K 7 svn:log V 304 Use the C library version of log10() instead of the inaccurate formula 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 END