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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java 140 /** The {@code FastMath.atan} method wrapped as a {@link ComposableFunction}. */
141 public static final ComposableFunction ATAN = new ComposableFunction() {
145 return FastMath.atan(d);
  /packages/apps/ExactCalculator/tests/src/com/android/calculator2/
BRTest.java 44 private final static UnaryCRFunction ATAN = UnaryCRFunction.atanFunction;
113 checkWeakEq(BoundedRational.atan(x), fromRadians(ATAN.execute(xAsCR)),
114 "atan:" + x);
116 fromRadians(ATAN.execute(xAsCR)), "degree atan:" + x);
  /external/crcalc/tests/src/com/hp/creals/
SlowCRTest.java 56 final static UnaryCRFunction ATAN = UnaryCRFunction.atanFunction;
75 checkApprEq(ATAN.execute(x).doubleValue(), Math.atan(xAsDouble),
76 "atan float compare:" + xAsDouble);
105 checkEq(x, TAN.execute(ATAN.execute(x)),
106 "tan(atan(" + xAsDouble + ")");
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 105 milliseconds