Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VolmitSoftware/Adapt
/ sqrt
Method
sqrt
src/main/java/com/volmit/adapt/util/MathHelper.java:66–68 ·
view source on GitHub ↗
(double var0)
Source
from the content-addressed store, hash-verified
64
}
65
66
public
static
float sqrt(double var0) {
67
return
(float) Math.sqrt(var0);
68
}
69
70
public
static
int
d(float var0) {
71
int
var1 = (
int
) var0;
Callers
14
Curves
Enum · 0.80
distance
Method · 0.80
distance
Method · 0.80
normalize
Method · 0.80
length
Method · 0.80
distance
Method · 0.80
distance
Method · 0.80
length
Method · 0.80
normalize
Method · 0.80
c
Method · 0.80
length
Method · 0.80
normalize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected