fixed typo

TBR=r
OCL=31647
CL=31647
This commit is contained in:
Robert Griesemer 2009-07-14 17:08:09 -07:00
parent 4fb8f44ea7
commit eb815c0fa2
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ func Log(x float64) float64 {
return k*Ln2Hi - ((hfsq-(s*(hfsq+R)+k*Ln2Lo)) - f);
}
// Log10 returns the decimal logarthm of x.
// Log10 returns the decimal logarithm of x.
// The special cases are the same as for Log.
func Log10(x float64) float64 {
if x <= 0 {