MCPcopy Create free account
hub / github.com/antlr/codebuff / isFinite

Method isFinite

output/java_guava/1.4.18/DoubleUtils.java:73–75  ·  view source on GitHub ↗
(double d)

Source from the content-addressed store, hash-verified

71
72
73 static boolean isFinite(double d) {
74 return getExponent(d) <= MAX_EXPONENT;
75 }
76
77
78 static boolean isNormal(double d) {

Callers 1

getSignificandMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected