Commit eb815c0f authored by Robert Griesemer's avatar Robert Griesemer

fixed typo

TBR=r
OCL=31647
CL=31647
parent 4fb8f44e
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment