OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:degreeAsin
(Results
1 - 3
of
3
) sorted by null
/packages/apps/ExactCalculator/src/com/android/calculator2/
BoundedRational.java
357
public static BoundedRational
degreeAsin
(BoundedRational r) {
437
final BoundedRational asin_r =
degreeAsin
(r);
CalculatorExpr.java
833
ratVal = ec.mDegreeMode ? BoundedRational.
degreeAsin
(argVal.ratVal)
[
all
...]
/packages/apps/ExactCalculator/tests/src/com/android/calculator2/
BRTest.java
108
checkWeakEq(BoundedRational.
degreeAsin
(x),
Completed in 78 milliseconds