Home
last modified time | relevance | path

Searched refs:tanL (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarAstronomer.java1288 double tanL = Math.tan(fLatitude);
1300 double angle = Math.acos(-tanL * Math.tan(pos.declination));
/external/icu/icu4c/source/i18n/
Dastro.cpp1370 double tanL = ::tan(fLatitude); in riseOrSet() local
1384 double angle = ::acos(-tanL * ::tan(pos.declination)); in riseOrSet()