tree: 8d2dc1404f8b219847e94bbf1deff5fb46d8cea1 [path history] [tgz]
  1. doc.go
  2. examples_test.go
  3. floats.go
  4. floats_test.go
  5. parse_example_test.go
  6. 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.