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

Method checkFinite

output/java_guava/1.4.17/DoubleMath.java:524–529  ·  view source on GitHub ↗
(double argument)

Source from the content-addressed store, hash-verified

522 }
523
524 @GwtIncompatible // com.google.common.math.DoubleUtils
525 @CanIgnoreReturnValue
526 private static double checkFinite(double argument) {
527 checkArgument(isFinite(argument));
528 return argument;
529 }
530
531 private DoubleMath() {}
532}

Callers 1

meanMethod · 0.95

Calls 2

checkArgumentMethod · 0.45
isFiniteMethod · 0.45

Tested by

no test coverage detected