tree: 51c6294802c85f331f69edfe51a47555fad32f6b [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.