HomeSort by relevance Sort by last modified time
    Searched defs:ATAN2 (Results 1 - 2 of 2) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
BinaryFunction.java 80 /** The {@code FastMath.atan2} method wrapped as a {@link BinaryFunction}. */
81 public static final BinaryFunction ATAN2 = new BinaryFunction() {
85 return FastMath.atan2(x, y);
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 52 milliseconds