NAME

StrengthOfPlanet

The Hindu strength of a planet

USAGE

StrengthOfPlanet nPlanet

PARAMETERS

nplanet: number of the planet.

Because Hindu Astrology only takes into account visible planets, the strength of planet only make sense for the following planets

Sun 0
Moon 1
Mercury 2
Venus 3
Mars 4
Jupiter 5
Saturn 6

For other planets, the function will return 0.

OPTIONS

None

RETURN

Strength of the planet.

Notice that this is not the original raw value from BV RAMAN.

It is a percentage, finding dividing the raw value by the strength said to be the powerful up limit of the planet. So 200 must be read as 2 time the normal strength of the planet (200%)

EXAMPLE

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

Output

102.1
127
97.45
150.5
121.5
118.8
135
0
0
0
0
0
0
0
0