1
0
mirror of https://github.com/golang/go synced 2024-10-04 17:11:21 -06:00
go/src/pkg/cmath
Charles L. Dorian 1d4e2d1adc 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
2010-05-15 10:06:54 -07:00
..
abs.go cmath: add package description 2010-05-15 10:06:54 -07:00
asin.go cmath: new package 2010-04-05 22:10:27 -07:00
cmath_test.go cmath: new package 2010-04-05 22:10:27 -07:00
conj.go cmath: new package 2010-04-05 22:10:27 -07:00
exp.go cmath: use ** for exponentiation in comments 2010-04-09 14:37:26 -07:00
isinf.go cmath: new package 2010-04-05 22:10:27 -07:00
isnan.go cmath: new package 2010-04-05 22:10:27 -07:00
log.go cmath: new package 2010-04-05 22:10:27 -07:00
Makefile cmath: new package 2010-04-05 22:10:27 -07:00
phase.go cmath: add package description 2010-05-15 10:06:54 -07:00
polar.go cmath: add package description 2010-05-15 10:06:54 -07:00
pow.go cmath: use ** for exponentiation in comments 2010-04-09 14:37:26 -07:00
rect.go cmath: new package 2010-04-05 22:10:27 -07:00
sin.go cmath: new package 2010-04-05 22:10:27 -07:00
sqrt.go cmath: use ** for exponentiation in comments 2010-04-09 14:37:26 -07:00
tan.go cmath: new package 2010-04-05 22:10:27 -07:00