NAME

NumberOfBindus

Get the number of bindus for a sign and an asthakavarga.

USAGE

NumberOfBindus nsign nasthaka [-BR] | [-AR]

PARAMETERS

nsign: number of the sign being studied.

nasthaka: number giving the planet ruling the asthakavarga. Valid planets are Sun, Moon, Mercury, Venus, Mars, Jupiter and Saturn

OPTIONS

-BR : before reduction

-AR : after reduction

RETURN

An integer value giving the number of bindus.

Remark: for a complete explanation about bindus, you must read the books of BV-RAMAN

EXAMPLE

foreach {i} { 0 1 2 3 4 5 6 7 8 9 10 11 } {
    foreach {j} { 0 1 2 3 4 5 6 } {
        PutTxt [NumberOfBindus $i $j -BR] -nonewline
        PutTxt " " -nonewline
        PutTxt [NumberOfBindus $i $j -AR] -nonewline
        PutTxt " " -nonewline
    }
PutTxt ""
}

Output

6 4 5 1 5 1 5 1 3 0 6 2 4 2
5 2 3 1 6 1 3 0 5 0 4 0 3 2
4 0 7 4 5 2 7 2 4 2 6 2 5 4
2 0 3 0 5 3 4 1 1 0 5 1 3 0
4 2 4 0 4 0 4 0 4 1 6 2 4 2
5 2 2 0 3 0 3 0 3 0 4 0 5 0
4 0 3 0 4 1 5 0 4 2 4 0 1 0
5 0 3 0 6 1 3 0 4 3 5 0 3 0
2 0 5 1 4 0 5 0 3 0 4 0 2 0
3 0 4 0 7 4 4 1 3 0 4 0 1 0
4 0 5 2 3 0 5 0 2 0 4 0 3 2
4 2 5 1 2 0 4 0 3 2 4 0 5 2