]> Cypherpunks repositories - gostls13.git/commit
cmath: use ** for exponentiation in comments
authorCharles L. Dorian <cldorian@gmail.com>
Fri, 9 Apr 2010 21:37:26 +0000 (14:37 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 9 Apr 2010 21:37:26 +0000 (14:37 -0700)
commit9b1d6332e877e633c1870b01af11eaa909399ba0
treebd4fac6d09e042e78a48ba2ab05e24a9a4d32f5f
parenta4f8d36ba5f69e03073fa9f3bf79c04d4234fc85
cmath: use ** for exponentiation in comments

R=rsc
CC=golang-dev
https://golang.org/cl/831045
src/pkg/cmath/exp.go
src/pkg/cmath/polar.go
src/pkg/cmath/pow.go
src/pkg/cmath/sqrt.go