MCPcopy 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

evalFloatMethod · 0.95
normalizePlaneMethod · 0.95
normalize3Method · 0.95
EntityRendererMethod · 0.95
renderItemMapMethod · 0.95
func_178095_aMethod · 0.95
func_178105_dMethod · 0.95
normalizeMethod · 0.95
rotateCorpseMethod · 0.95
drawRechargeRayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected