OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:solarlng
(Results
1 - 1
of
1
) sorted by null
/frameworks/support/v7/appcompat/src/android/support/v7/app/
TwilightCalculator.java
99
final double
solarLng
= trueAnomaly + 1.796593063d + Math.PI;
105
+ -0.0069d * Math.sin(2 *
solarLng
);
108
double solarDec = Math.asin(Math.sin(
solarLng
) * Math.sin(OBLIQUITY));
Completed in 298 milliseconds