Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ sqrt_float
Method
sqrt_float
src/main/java/net/minecraft/util/MathHelper.java:55–58 ·
view source on GitHub ↗
(float value)
Source
from the content-addressed store, hash-verified
53
}
54
55
public
static
float sqrt_float(float value)
56
{
57
return
(float)Math.sqrt(value);
58
}
59
60
public
static
float sqrt_double(double value)
61
{
Callers
15
evalFloat
Method · 0.95
normalizePlane
Method · 0.95
normalize3
Method · 0.95
EntityRenderer
Method · 0.95
renderItemMap
Method · 0.95
func_178095_a
Method · 0.95
func_178105_d
Method · 0.95
transformFirstPersonItem
Method · 0.95
renderItemInFirstPerson
Method · 0.95
normalize
Method · 0.95
rotateCorpse
Method · 0.95
drawRechargeRay
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected