Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
evalFloat
Method · 0.95
test
Method · 0.95
doRender
Method · 0.80
Calls
no outgoing calls
Tested by
1
test
Method · 0.76