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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java 131 /** The {@code FastMath.asin} method wrapped as a {@link ComposableFunction}. */
132 public static final ComposableFunction ASIN = new ComposableFunction() {
136 return FastMath.asin(d);
  /packages/apps/ExactCalculator/tests/src/com/android/calculator2/
BRTest.java 42 private final static UnaryCRFunction ASIN = UnaryCRFunction.asinFunction;
104 checkWeakEq(BoundedRational.asin(x), ASIN.execute(xAsCR),
105 "asin:" + x);
109 fromRadians(ASIN.execute(xAsCR)), "degree asin:" + x);
188 BoundedRational.asin(BR_M2);
189 check(false, "asin(-2)");
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 178 milliseconds