Searched refs:tanL (Results 1 – 3 of 3) sorted by relevance
1293 double tanL = Math.tan(fLatitude);1305 double angle = Math.acos(-tanL * Math.tan(pos.declination));
1299 double tanL = Math.tan(fLatitude);1311 double angle = Math.acos(-tanL * Math.tan(pos.declination));
1372 double tanL = ::tan(fLatitude); in riseOrSet() local1386 double angle = ::acos(-tanL * ::tan(pos.declination)); in riseOrSet()