Calculate just the angles (ASC, MC, DSC, IC) without house cusps
Useful when you only need the four angles and not the full house division.
Geographic coordinates
Local Sidereal Time in degrees
Time in Julian centuries from J2000.0
The four angles
If location is invalid
const angles = calculateAnglesOnly( { latitude: 51.5074, longitude: -0.1278 }, 180.5, 0.0);console.log(angles.ascendant); // ASCconsole.log(angles.midheaven); // MC Copy
const angles = calculateAnglesOnly( { latitude: 51.5074, longitude: -0.1278 }, 180.5, 0.0);console.log(angles.ascendant); // ASCconsole.log(angles.midheaven); // MC
Calculate just the angles (ASC, MC, DSC, IC) without house cusps
Useful when you only need the four angles and not the full house division.