This repository is no longer maintained. Development has moved to https://github.com/gonum/gonum.
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.
If you find any bugs, feel free to file an issue on the github issue tracker for gonum/gonum if the bug exists in that reposity; no code changes will be made to this repository. Other discussions should be taken to the gonum-dev Google Group.
https://groups.google.com/forum/#!forum/gonum-dev
Please see github.com/gonum/license for general license information, contributors, authors, etc on the Gonum suite of packages.