NAME
LatOfPlanet
Get the zodiacal latitude of a planet for the current horoscope.
USAGE
LatOfPlanet nPlanet {-mov|-fix}
PARAMETERS
nplanet: number of the planet.
-mov: in movable zodiac
-fix: in Fixed zodiac
OPTIONS
None
RETURN
Latitude of the planet in decimal degrees.
If south, latitude is a negative value.
EXAMPLE
foreach {i} {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14} {
PutTxt [LatOfPlanet $i -mov]
}
Output
0
-2.43511796
1.775524259
-0.6252883077
-0.7849991322
-0.4878669381
-2.147976398
0
0
0
0
0.7303208113
1.724263072
14.00723934
0