Searched refs:tanL (Results 1 – 3 of 3) sorted by relevance
1290 double tanL = Math.tan(fLatitude);1302 double angle = Math.acos(-tanL * Math.tan(pos.declination));
1288 double tanL = Math.tan(fLatitude);1300 double angle = Math.acos(-tanL * Math.tan(pos.declination));
1370 double tanL = ::tan(fLatitude); in riseOrSet() local1384 double angle = ::acos(-tanL * ::tan(pos.declination)); in riseOrSet()