OSDN Git Service

Hulk did something
[bytom/vapor.git] / vendor / gonum.org / v1 / gonum / floats / README.md
1 # Gonum floats [![GoDoc](https://godoc.org/gonum.org/v1/gonum/floats?status.svg)](https://godoc.org/gonum.org/v1/gonum/floats)
2
3 Package floats provides a set of helper routines for dealing with slices of float64.
4 The functions avoid allocations to allow for use within tight loops without garbage collection overhead.