money/vendor/gonum.org/v1/gonum/floats
Uriel Fanelli eb42e41c8a Initial import (local) 2025-09-28 13:13:59 +02:00
..
scalar Initial import (local) 2025-09-28 13:13:59 +02:00
README.md Initial import (local) 2025-09-28 13:13:59 +02:00
doc.go Initial import (local) 2025-09-28 13:13:59 +02:00
floats.go Initial import (local) 2025-09-28 13:13:59 +02:00

README.md

Gonum floats

go.dev reference 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.