NAME
LongOfPlanet
Get the longitude of a planet in fixed (Hindu) or movable (Occidental)Zodiac.
Longitude in degrees.
USAGE
LongOfPlanet nplanet {-mov|fix}
PARAMETERS
nplanet: number of the planet. Valid values are from 0 to 14.
OPTIONS
-mov : if specified, will return the movable longitude of the planet
-fix : if specified, will return the fix longitude of the planet
RETURN
Longitude in decimal degrees of the planet
EXAMPLE
foreach {i} {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14} {
PutTxt "[LongOfPlanet $i -fix] [LongOfPlanet $i -mov] "
}
Output
142.599298143 | 171.956898696 |
9.4046133438 | 38.7622138962 |
131.650167078 | 161.007767631 |
182.045076039 | 211.402676591 |
197.340036279 | 226.697636831 |
60.0455811737 | 89.4031817261 |
313.828852021 | 343.186452574 |
82.7538730567 | 112.111473609 |
328.199991346 | 357.557591899 |
39.0113018916 | 68.3689024441 |
219.011301892 | 248.368902444 |
136.318258243 | 165.675858796 |
198.46962088 | 227.827221432 |
136.969429806 | 166.327030359 |
309.559188257 | 338.91678881 |