Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VolmitSoftware/Adapt
/ c
Method
c
src/main/java/com/volmit/adapt/util/MathHelper.java:62–64 ·
view source on GitHub ↗
(float var0)
Source
from the content-addressed store, hash-verified
60
}
61
62
public
static
float c(float var0) {
63
return
(float) Math.sqrt(var0);
64
}
65
66
public
static
float sqrt(double var0) {
67
return
(float) Math.sqrt(var0);
Callers
5
MathHelper
Class · 0.95
d
Method · 0.95
b
Method · 0.95
e
Method · 0.95
a
Method · 0.95
Calls
4
g
Method · 0.95
e
Method · 0.95
a
Method · 0.95
sqrt
Method · 0.80
Tested by
no test coverage detected