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

/openjdk7/jdk/src/share/classes/java/lang/
H A DMath.java31 * The class {@code Math} contains methods for performing basic
37 * functions of class {@code Math} are not defined to return the
42 * <p>By default many of the {@code Math} methods simply call
47 * {@code Math} methods. Such higher-performance
49 * {@code Math}.
53 * method. Accuracy of the floating-point {@code Math} methods
65 * rounded. Instead, for the {@code Math} class, a larger error
87 public final class Math { class
92 private Math() {} method in class:Math
325 // Math
[all...]

Completed in 30 milliseconds