Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/g3n/engine
/ Sqrt
Function
Sqrt
math32/math.go:105–107 ·
view source on GitHub ↗
(v float32)
Source
from the content-addressed store, hash-verified
103
}
104
105
func
Sqrt(v float32) float32 {
106
return
float32(math.Sqrt(float64(v)))
107
}
108
109
func
Max(a, b float32) float32 {
110
return
float32(math.Max(float64(a), float64(b)))
Callers
15
NewSegmentedBox
Function · 0.92
BoundingSphere
Method · 0.92
GetMaxScaleOnAxis
Method · 0.85
SetFromPoints
Method · 0.85
Length
Method · 0.85
DistanceTo
Method · 0.85
Length
Method · 0.85
SetAxisAngleFromQuaternion
Method · 0.85
SetAxisFromRotationMatrix
Method · 0.85
SetFromRotationMatrix
Method · 0.85
Length
Method · 0.85
Slerp
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected