zeroviscosity / floats

Operations on slices of floats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gonum floats travis-build-status Coverage Status 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.

Issues

If you find any bugs, feel free to file an issue on the github issue tracker. Discussions on API changes, added features, code review, or similar requests are preferred on 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.

About

Operations on slices of floats


Languages

Language:Go 98.2%Language:Shell 1.8%