]> Cypherpunks repositories - gostls13.git/commit
math: fix typo in Log1p comments
authorCharles L. Dorian <cldorian@gmail.com>
Mon, 28 Nov 2011 02:01:08 +0000 (18:01 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 28 Nov 2011 02:01:08 +0000 (18:01 -0800)
commitf1fecf8d2a128d203dab25b4a3ff4537b4b22e3e
treeeea7923551e24394dd031048c0487c1249c8762b
parent68e7363b56a0a42414620a5a5cb756fb0edf82e7
math: fix typo in Log1p comments

Also note the special case of -0.0.

R=rsc, golang-dev, gri
CC=golang-dev
https://golang.org/cl/5435084
src/pkg/math/log1p.go