(double argument)
| 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 | } |
no test coverage detected