repositorypackage
0.0.0-20181209220543-c233463c7e82
Repository: https://github.com/gonum/floats.git
Documentation: pkg.go.dev
# README
Gonum floats

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.
Issues
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
License
Please see github.com/gonum/license for general license information, contributors, authors, etc on the Gonum suite of packages.