MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / h

Method h

src/main/java/com/volmit/adapt/util/MathHelper.java:283–285  ·  view source on GitHub ↗
(float var0)

Source from the content-addressed store, hash-verified

281 }
282
283 public static float h(float var0) {
284 return var0 - (float) MathHelper.d(var0);
285 }
286
287 public static double h(double var0) {
288 return var0 - (double) MathHelper.d(var0);

Callers

nothing calls this directly

Calls 1

dMethod · 0.95

Tested by

no test coverage detected