github.com/jingcheng-WU/gonum@v0.9.1-0.20210323123734-f1a2a11a8f7b/floats/README.md (about)

     1  # Gonum floats [![GoDoc](https://godoc.org/github.com/jingcheng-WU/gonum/floats?status.svg)](https://godoc.org/github.com/jingcheng-WU/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.