tree: 3fe1124cba2e09907971fab833f058364fbd3cbb [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.