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

Method cos

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

Source from the content-addressed store, hash-verified

56 }
57
58 public static float cos(float var0) {
59 return b[(int) (var0 * 10430.378f + 16384.0f) & 65535];
60 }
61
62 public static float c(float var0) {
63 return (float) Math.sqrt(var0);

Callers 1

MathHelperClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected