Files
gonum/cmplxs
Sebastien Binet ceaa7d4909 cmplxs,floats: fix testing.T.Errorf compilation error
This CL fixes the following compilation error while running 'go test':

```
Error: cmplxs/cmplxs_test.go:476:12: non-constant format string in call to (*testing.common).Errorf
```

Signed-off-by: Sebastien Binet <binet@cern.ch>
2025-09-21 14:15:33 +02:00
..

Gonum cmplxs

go.dev reference GoDoc

Package cmplxs provides a set of helper routines for dealing with slices of complex128. The functions avoid allocations to allow for use within tight loops without garbage collection overhead.