mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
5 lines
318 B
Markdown
5 lines
318 B
Markdown
|
# Gonum floats [![GoDoc](https://godoc.org/gonum.org/v1/gonum/floats?status.svg)](https://godoc.org/gonum.org/v1/gonum/floats)
|
||
|
|
||
|
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.
|