MCPcopy 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

getRelativeBufferSizeMethod · 0.95
renderRainSnowMethod · 0.95
createBallMethod · 0.95
EntityFXMethod · 0.95
updateMethod · 0.95
updateMethod · 0.95
onUpdateMethod · 0.95
onLivingUpdateMethod · 0.95
func_111096_bMethod · 0.95
doExplosionAMethod · 0.95
doExplosionBMethod · 0.95
normalizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected