MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / acos

Method acos

src/main/java/net/optifine/util/MathUtils.java:17–20  ·  view source on GitHub ↗
(float value)

Source from the content-addressed store, hash-verified

15 }
16
17 public static float acos(float value)
18 {
19 return ((float)Math.PI / 2F) - ASIN_TABLE[(int)((double)(value + 1.0F) * 32767.5D) & 65535];
20 }
21
22 public static int getAverage(int[] vals)
23 {

Callers 3

evalFloatMethod · 0.95
testMethod · 0.95
doRenderMethod · 0.80

Calls

no outgoing calls

Tested by 1

testMethod · 0.76