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

/openjdk7/jdk/src/share/classes/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)}.

Completed in 53 milliseconds