NAME

LatOfPlanet

Get the zodiacal latitude of a planet for the current horoscope.

USAGE

LatOfPlanet nPlanet

PARAMETERS

nplanet: number of the planet. Valid values are from 0 to 14.

OPTIONS

None

RETURN

Latitude of the planet in decimal degree.
If south, latitude is a negative value.
The latitude of a planet only make sense in movable zodiac.

EXAMPLE

foreach {i} {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14} {
    PutTxt [LatOfPlanet $i]
}

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