gonum.org/v1/gonum@v0.15.1-0.20240517103525-f853624cb1bb/cmplxs/README.md (about) 1 # Gonum cmplxs 2 3 [](https://pkg.go.dev/gonum.org/v1/gonum/cmplxs) 4 [](https://godocs.io/gonum.org/v1/gonum/cmplxs) 5 6 Package cmplxs provides a set of helper routines for dealing with slices of complex128. 7 The functions avoid allocations to allow for use within tight loops without garbage collection overhead.