OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ACOS
(Results
1 - 4
of
4
) sorted by null
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java
230
public static final ComposableFunction
ACOS
= new ComposableFunction() {
234
return FastMath.
acos
(d);
/packages/apps/ExactCalculator/tests/src/com/android/calculator2/
BRTest.java
43
private final static UnaryCRFunction
ACOS
= UnaryCRFunction.acosFunction;
106
checkWeakEq(BoundedRational.
acos
(x),
ACOS
.execute(xAsCR),
107
"
acos
:" + x);
111
fromRadians(
ACOS
.execute(xAsCR)), "degree
acos
:" + x);
203
check(false, "degree
acos
(2)");
/packages/apps/Calculator/
arity-2.1.2.jar
/external/robolectric/v1/lib/main/
h2-1.2.147.jar
Completed in 144 milliseconds