MCPcopy
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
105func Sqrt(v float32) float32 {
106 return float32(math.Sqrt(float64(v)))
107}
108
109func Max(a, b float32) float32 {
110 return float32(math.Max(float64(a), float64(b)))

Callers 15

NewSegmentedBoxFunction · 0.92
BoundingSphereMethod · 0.92
GetMaxScaleOnAxisMethod · 0.85
SetFromPointsMethod · 0.85
LengthMethod · 0.85
DistanceToMethod · 0.85
LengthMethod · 0.85
SetFromRotationMatrixMethod · 0.85
LengthMethod · 0.85
SlerpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected