mirror of https://github.com/golang/go.git
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> |
||
|---|---|---|
| .. | ||
| abs.go | ||
| asin.go | ||
| cmath_test.go | ||
| conj.go | ||
| example_test.go | ||
| exp.go | ||
| huge_test.go | ||
| isinf.go | ||
| isnan.go | ||
| log.go | ||
| phase.go | ||
| polar.go | ||
| pow.go | ||
| rect.go | ||
| sin.go | ||
| sqrt.go | ||
| tan.go | ||