tree: d9e968237219fa534cabf885f943aa06ec274180 [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

go.dev reference 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.