tree: c9b870f9336149e85423aaeb2fc23db207d2efe5 [path history] [tgz]
  1. scalar/
  2. doc.go
  3. examples_test.go
  4. floats.go
  5. floats_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.