tree: 7fcda45ee63c72ad3e451c680be1bd5661425a20 [path history] [tgz]
  1. examples_test.go
  2. floats.go
  3. floats_test.go
  4. parse_example_test.go
  5. README.md
floats/README.md

Gonum floats GoDoc

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