Searched defs:StrictMath (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
H A DStrictMath.java32 * The class {@code StrictMath} contains methods for performing basic
65 public final class StrictMath { class
70 private StrictMath() {} method in class:StrictMath
312 * that the value of {@code StrictMath.ceil(x)} is exactly the
313 * value of {@code -StrictMath.floor(-x)}.
870 * @see StrictMath#floorDiv(int, int)
896 * @see StrictMath#floorDiv(long, long)

Completed in 58 milliseconds