Registry / utility / gonum-floats

gonum-floats

JSON →
library0.0.0-20181209220543-c233463c7e82gogounverified

Provides basic floating-point operations and utilities for slices of float64.

go get github.com/gonum/floats
INSTALL
IMPORT
SIG · GONUM-FLOATS
G
gonum-floats
utilitygov0.0.0-20181209220543-c233463c7e82
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

floats
github.com/gonum/floats

Computes the dot product of two float64 slices.

package main import ( "fmt" "github.com/gonum/floats" ) func main() { a := []float64{1.0, 2.0, 3.0} b := []float64{4.0, 5.0, 6.0} dot := floats.Dot(a, b) fmt.Println("Dot product:", dot) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20181209220543-c233463c7e82latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
gonum-floats — go get gonum-floats · libregistry