]> Cypherpunks repositories - gostls13.git/commit
math/cmplx: add examples for Abs, Exp, Polar
authorAlexander Döring <email@alexd.ch>
Thu, 6 Oct 2016 18:46:50 +0000 (20:46 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 6 Oct 2016 19:49:12 +0000 (19:49 +0000)
commit7b4a2246670b4ec5a19214f8290fce21173f6b14
treef043c240fe8e5e5ffc86b82ff36e01f7ffe7bf0b
parent1c09b4dde645b63b34673d0b2c93f4371f7f19df
math/cmplx: add examples for Abs, Exp, Polar

Updates #16360

Change-Id: I941519981ff5bda3a113e14fa6be718eb4d2bf83
Reviewed-on: https://go-review.googlesource.com/30554
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/math/cmplx/example_test.go [new file with mode: 0644]