]> Cypherpunks repositories - gostls13.git/commit
cmath: add package description
authorCharles L. Dorian <cldorian@gmail.com>
Sat, 15 May 2010 17:06:54 +0000 (10:06 -0700)
committerRob Pike <r@golang.org>
Sat, 15 May 2010 17:06:54 +0000 (10:06 -0700)
commit1d4e2d1adc9884d97ab3fc9e2766441f2de7d554
treec4f74dd304765b223e54e8d2ec746a8fb9a27c4c
parent31f79690f7c99b83ec0a385c426755dc2854ec07
cmath: add package description

Also update range of Phase and Polar due to signed zero.
[Phase(cmplx(-1, +0)) = pi and Phase(cmplx(-1, -0)) = -pi]

R=rsc, r
CC=golang-dev
https://golang.org/cl/1235041
src/pkg/cmath/abs.go
src/pkg/cmath/phase.go
src/pkg/cmath/polar.go