MCPcopy 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

CurvesEnum · 0.80
distanceMethod · 0.80
distanceMethod · 0.80
normalizeMethod · 0.80
lengthMethod · 0.80
distanceMethod · 0.80
distanceMethod · 0.80
lengthMethod · 0.80
normalizeMethod · 0.80
cMethod · 0.80
lengthMethod · 0.80
normalizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected