MCPcopy 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

MathHelperClass · 0.95
dMethod · 0.95
bMethod · 0.95
eMethod · 0.95
aMethod · 0.95

Calls 4

gMethod · 0.95
eMethod · 0.95
aMethod · 0.95
sqrtMethod · 0.80

Tested by

no test coverage detected