examples/complex: and bugfixes

This commit is contained in:
Michael McLoughlin
2018-12-12 00:02:22 -08:00
parent 2189d38d1e
commit b89d211ff4
12 changed files with 179 additions and 34 deletions

5
examples/complex/stub.go Normal file
View File

@@ -0,0 +1,5 @@
package complex
func Real(x complex128) float64
func Imag(x complex128) float64
func Norm(x complex128) float64