OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ismathematicalinteger
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava/src/com/google/common/math/
DoubleMath.java
56
checkRoundingUnnecessary(
isMathematicalInteger
(x));
75
if (
isMathematicalInteger
(x)) {
82
if (
isMathematicalInteger
(x)) {
256
public static boolean
isMathematicalInteger
(double x) {
/external/guava/guava-tests/test/com/google/common/math/
DoubleMathTest.java
440
assertTrue(DoubleMath.
isMathematicalInteger
(d));
446
assertFalse(DoubleMath.
isMathematicalInteger
(d));
453
assertFalse(DoubleMath.
isMathematicalInteger
(d));
Completed in 49 milliseconds