Files
avo/examples/complex/stub.go
2018-12-12 00:02:22 -08:00

6 lines
113 B
Go

package complex
func Real(x complex128) float64
func Imag(x complex128) float64
func Norm(x complex128) float64