tree: 63a42acedb781e355b9268b072f6bdcf7fd691fe [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.