tree: 8458c8cd4bd0d2ec23e9fc790a283ccd1b7e8e16 [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.