examples/complex: and bugfixes
This commit is contained in:
5
examples/complex/stub.go
Normal file
5
examples/complex/stub.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package complex
|
||||
|
||||
func Real(x complex128) float64
|
||||
func Imag(x complex128) float64
|
||||
func Norm(x complex128) float64
|
||||
Reference in New Issue
Block a user