Home | History | Annotate | Download | only in lang

Lines Matching defs:StrictMath

31  * The class {@code StrictMath} contains methods for performing basic
80 public final class StrictMath {
85 private StrictMath() {}
331 * that the value of {@code StrictMath.ceil(x)} is exactly the
332 * value of {@code -StrictMath.floor(-x)}.
884 * @see StrictMath#floorDiv(int, int)
910 * @see StrictMath#floorDiv(long, long)