Calculating the position of the Sun in the sky
19/33
Launches at day time only!
Thrust to Weight Ratio (TWR)
<?php
$pos
=
earth_sunpos
(
time
(),
51.50
, -
0.127
);
echo
$pos
,
"\n"
;
?>
Output