Registry / utility / chewxy-math32

chewxy-math32

JSON →
library1.11.2gogounverified

Provides basic constants and mathematical functions for float32 types.

go get github.com/chewxy/math32
INSTALL
IMPORT
SIG · CHEWXY-MATH32
C
chewxy-math32
utilitygov1.11.2
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.

math32
github.com/chewxy/math32

Computes the square root of a float32.

package main import ( "fmt" "github.com/chewxy/math32" ) func main() { result := math32.Sqrt(16.0) fmt.Printf("Square root: %f\n", result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.11.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
chewxy-math32 — go get chewxy-math32 · libregistry