Home
last modified time | relevance | path

Searched refs:atan23 (Results 1 – 8 of 8) sorted by relevance

/dports/astro/marble/marble-21.12.3/src/lib/astro/
H A DplanetarySats.cpp39 double PlanetarySats::atan23 (double y, double x) in atan23() function in PlanetarySats
697 gam = atan23(gmp,gam); // theta in getSelenographic()
701 gmp = atan23(l,t); // phi in getSelenographic()
704 a = atan23(l,t); // delta in getSelenographic()
H A DplanetarySats.h41 static double atan23 (double y, double x); // atan without singularity for x,y=0
H A Declsolar.h61 static double atan23 (double y, double x); // atan without singularity for x,y=0
H A Dsolarsystem.cpp53 double SolarSystem::atan23 (double y, double x) in atan23() function in SolarSystem
1634 gam = atan23(gmp,gam); // theta in MoonLibr()
1638 gmp = atan23(l,t); // phi in MoonLibr()
1641 a = atan23(l,t); // delta in MoonLibr()
2125 gam = atan23(gmp,gam); // theta in getSelenographic()
2129 gmp = atan23(l,t); // phi in getSelenographic()
2132 a = atan23(l,t); // delta in getSelenographic()
2263 ss_lat = atan23(sh,sqrt(s)); in getPlanetographic()
H A Declsolar.cpp54 double EclSolar::atan23 (double y, double x) in atan23() function in EclSolar
1847 lat = atan23(vrm[2],lat); in GNSBound()
2070 lat1 = atan23(vrx[2],lat1); in GRSBound()
2085 lat2 = atan23(vrx2[2],lat2); in GRSBound()
2814 lat[j] = atan23(vrm[2],lat[j]); in getShadowCone()
2886 lat[k1] = atan23(vrm[2],lat[k1]); in getShadowCone()
2931 lat[k2] = atan23(vrm[2],lat[k2]); in getShadowCone()
H A Dsolarsystem.h96 double atan23 (double y, double x); // atan without singularity for x,y=0
/dports/databases/spatialite/libspatialite-5.0.1/test/sql_stmt_mathsql_tests/
H A DMakefile.am17 atan23.testcase \
H A DMakefile.in273 atan23.testcase \