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

/libcore/ojluni/src/main/java/java/lang/
H A DMath.java35 * The class {@code Math} contains methods for performing basic
41 * functions of class {@code Math} are not defined to return the
46 * <p>By default many of the {@code Math} methods simply call
51 * {@code Math} methods. Such higher-performance
53 * {@code Math}.
57 * method. Accuracy of the floating-point {@code Math} methods is
70 * the {@code Math} class, a larger error bound of 1 or 2 ulps is
107 public final class Math { class
112 private Math() {} method in class:Math
399 * that the value of {@code Math
[all...]

Completed in 2410 milliseconds