Get the sign (0-11) for a given ecliptic longitude.
Ecliptic longitude in degrees
Sign index (0 = Aries, 11 = Pisces)
getSignIndex(0) // 0 (Aries)getSignIndex(45) // 1 (Taurus)getSignIndex(359) // 11 (Pisces) Copy
getSignIndex(0) // 0 (Aries)getSignIndex(45) // 1 (Taurus)getSignIndex(359) // 11 (Pisces)
Get the sign (0-11) for a given ecliptic longitude.