HomeSort by relevance Sort by last modified time
    Searched refs:degreeCos (Results 1 - 3 of 3) sorted by null

  /packages/apps/ExactCalculator/src/com/android/calculator2/
BoundedRational.java 390 final BoundedRational degCos = degreeCos(r);
427 public static BoundedRational degreeCos(BoundedRational r) {
CalculatorExpr.java 780 ratVal = ec.mDegreeMode ? BoundedRational.degreeCos(argVal.ratVal)
    [all...]
  /packages/apps/ExactCalculator/tests/src/com/android/calculator2/
BRTest.java 84 checkWeakEq(BoundedRational.degreeCos(x), toRadians(xAsCR).cos(),

Completed in 741 milliseconds