1
0
mirror of https://github.com/golang/go synced 2024-10-04 13:21:22 -06:00
go/src/pkg/cmath
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 cmath: correct IsNaN for argument cmplx(Inf, NaN) 2010-06-30 23:34:33 -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: 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
Makefile build: no required environment variables 2010-08-18 10:08:49 -04: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