Registry / utility / gonum-mathext

gonum-mathext

JSON →
library0.0.0-20181121095525-8a4bf007ea55gogounverified

Provides extended mathematical functions and special functions for Go.

go get github.com/gonum/mathext
INSTALL
IMPORT
SIG · GONUM-MATHEXT
G
gonum-mathext
utilitygov0.0.0-20181121095525-8a4bf007ea55
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.

mathext
github.com/gonum/mathext

Computes the Gamma function using mathext.

package main import ( "fmt" "github.com/gonum/mathext" ) func main() { result := mathext.Gamma(5.0) fmt.Printf("Gamma(5) = %f\n", result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20181121095525-8a4bf007ea55latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gonum-mathext — go get gonum-mathext · libregistry