go/src/pkg/cmath
Rob Pike 1959c3ac5b tests: fix prints
- delete unnecessary newlines
- make sure formatted prints call the formatting routines

R=adg
CC=golang-dev
https://golang.org/cl/2225046
2010-09-23 13:48:56 +10:00
..
Makefile build: no required environment variables 2010-08-18 10:08:49 -04: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 tests: fix prints 2010-09-23 13:48:56 +10: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: correct IsNaN for argument cmplx(Inf, NaN) 2010-06-30 23:34:33 -07:00
log.go 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