diff options
| author | Robert Griesemer <gri@golang.org> | 2016-03-21 09:11:45 -0700 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2016-03-21 16:18:38 +0000 |
| commit | bea2008b83424b9693c0e38940ffd53a5e1e80a3 (patch) | |
| tree | 54360e4212a11e8a0ba4d8975a164cf99c1b9597 /src | |
| parent | cd187e9102bd6c55bb611a0b0f35fc4a7e0fbc51 (diff) | |
| download | go-bea2008b83424b9693c0e38940ffd53a5e1e80a3.tar.xz | |
math/cmplx: added clarifying comment
Fixes #14890.
Change-Id: Ie790276b0e2ef94c92db3a777042d750269f876a
Reviewed-on: https://go-review.googlesource.com/20953
Reviewed-by: Alan Donovan <adonovan@google.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/math/cmplx/cmath_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/math/cmplx/cmath_test.go b/src/math/cmplx/cmath_test.go index 6b3468402f..d904be880d 100644 --- a/src/math/cmplx/cmath_test.go +++ b/src/math/cmplx/cmath_test.go @@ -9,6 +9,9 @@ import ( "testing" ) +// The higher-precision values in vc26 were used to derive the +// input arguments vc (see also comment below). For reference +// only (do not delete). var vc26 = []complex128{ (4.97901192488367350108546816 + 7.73887247457810456552351752i), (7.73887247457810456552351752 - 0.27688005719200159404635997i), |
