OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:solardec
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/services/java/com/android/server/
TwilightCalculator.java
91
double
solarDec
= Math.asin(FloatMath.sin(solarLng) * FloatMath.sin(OBLIQUITY));
96
* Math.sin(
solarDec
)) / (Math.cos(latRad) * Math.cos(
solarDec
));
Completed in 3252 milliseconds