go/src/math/cmplx
Brian Kessler 4209a9f65a math/cmplx: handle special cases
Implement special case handling and testing to ensure
conformance with the C99 standard annex G.6 Complex arithmetic.

Fixes #29320

Change-Id: Id72eb4c5a35d5a54b4b8690d2f7176ab11028f1b
Reviewed-on: https://go-review.googlesource.com/c/go/+/220689
Reviewed-by: Robert Griesemer <gri@golang.org>
2020-05-01 03:16:37 +00:00
..
abs.go math/cmplx: handle special cases 2020-05-01 03:16:37 +00:00
asin.go math/cmplx: handle special cases 2020-05-01 03:16:37 +00:00
cmath_test.go math/cmplx: handle special cases 2020-05-01 03:16:37 +00:00
conj.go
example_test.go
exp.go math/cmplx: handle special cases 2020-05-01 03:16:37 +00:00
huge_test.go math/cmplx: disable TanHuge test on s390x 2020-03-14 07:03:15 +00:00
isinf.go
isnan.go
log.go math/cmplx: handle special cases 2020-05-01 03:16:37 +00:00
phase.go
polar.go
pow.go
rect.go
sin.go math/cmplx: handle special cases 2020-05-01 03:16:37 +00:00
sqrt.go math/cmplx: handle special cases 2020-05-01 03:16:37 +00:00
tan.go math/cmplx: handle special cases 2020-05-01 03:16:37 +00:00