OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:degreeSin
(Results
1 - 3
of
3
) sorted by null
/packages/apps/ExactCalculator/src/com/android/calculator2/
BoundedRational.java
321
public static BoundedRational
degreeSin
(BoundedRational r) {
389
final BoundedRational degSin =
degreeSin
(r);
428
return
degreeSin
(add(r, NINETY));
CalculatorExpr.java
769
ratVal = ec.mDegreeMode ? BoundedRational.
degreeSin
(argVal.ratVal)
[
all
...]
/packages/apps/ExactCalculator/tests/src/com/android/calculator2/
BRTest.java
82
checkWeakEq(BoundedRational.
degreeSin
(x), toRadians(xAsCR).sin(),
Completed in 37 milliseconds