tree: 17e0ac7509fe1701eafda9cab55ef881dfeeea66 [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.