tree: 108136d89ef3e1b17e6c89d29ac7ad4cab5b938c [path history] [tgz]
  1. scalar/
  2. deprecated.go
  3. doc.go
  4. examples_test.go
  5. floats.go
  6. floats_test.go
  7. 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.