HomeSort by relevance Sort by last modified time
    Searched full:solarlng (Results 1 - 1 of 1) sorted by null

  /frameworks/base/services/java/com/android/server/
TwilightCalculator.java 82 final float solarLng = trueAnomaly + 1.796593063f + (float) Math.PI;
88 + -0.0069f * FloatMath.sin(2 * solarLng);
91 double solarDec = Math.asin(FloatMath.sin(solarLng) * FloatMath.sin(OBLIQUITY));

Completed in 98 milliseconds