Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ sqrt_double
Method
sqrt_double
src/main/java/net/minecraft/util/MathHelper.java:60–63 ·
view source on GitHub ↗
(double value)
Source
from the content-addressed store, hash-verified
58
}
59
60
public
static
float sqrt_double(double value)
61
{
62
return
(float)Math.sqrt(value);
63
}
64
65
/**
66
* Returns the greatest integer less than or equal to the float argument
Callers
15
getRelativeBufferSize
Method · 0.95
renderRainSnow
Method · 0.95
createBall
Method · 0.95
EntityFX
Method · 0.95
update
Method · 0.95
update
Method · 0.95
onUpdate
Method · 0.95
onLivingUpdate
Method · 0.95
func_111096_b
Method · 0.95
doExplosionA
Method · 0.95
doExplosionB
Method · 0.95
normalize
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected