• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

scalar/H29-Mar-2021-610492

README.mdH A D29-Mar-2021318 53

doc.goH A D29-Mar-2021516 121

examples_test.goH A D29-Mar-20212 KiB11357

floats.goH A D29-Mar-202118.1 KiB790566

floats_test.goH A D29-Mar-202145.2 KiB1,8121,690

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
3Package floats provides a set of helper routines for dealing with slices of float64.
4The functions avoid allocations to allow for use within tight loops without garbage collection overhead.
5