]> Cypherpunks repositories - gostls13.git/commit
math: fix pow10 comment, test portable Sqrt
authorRuss Cox <rsc@golang.org>
Mon, 11 Jan 2010 19:25:37 +0000 (11:25 -0800)
committerRuss Cox <rsc@golang.org>
Mon, 11 Jan 2010 19:25:37 +0000 (11:25 -0800)
commit093146b920123e32d503680d7a688f63a03fc40e
treec4ca21ef26a6072b5c01ae80ccc09b55dd095c9b
parent0ed728c48a0cfe7ad5dd90dbc0b9cc2558aa9424
math: fix pow10 comment, test portable Sqrt

R=r
CC= golang-dev, Charlie Dorian, golang-dev
https://golang.org/cl/184058
src/pkg/math/all_test.go
src/pkg/math/pow10.go
src/pkg/math/sqrt_test.go [new file with mode: 0644]