EasyManua.ls Logo

Sharp PYTHAGORUS - Page 82

Sharp PYTHAGORUS
92 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
74 | Page
12;
INT (I) => I , I => HLT, PRT I
continued
PRT is used to print the
answer.
Note the use of the
comma to delineate
commands on the same
line.
When the
is pressed
after the HLT command
in this line to continue
execution, the result is
printed and the program
executes the track
computation of the Great
Circle routine.
13;
ACS ((SIN C SIN A * COS (I / 60)) /
(SIN (I / 60) * COS A)) => J
The track computation of
the Great Circle routine
which is stored in
memory J.
14;
IF SIN (D-A) ≥ 0 , GTO “360”
An example of the
conditional ≥ to
determine if the initial
true track is to the west
or the east.
The direction is
determined by the
positive or negative
value of the SIN (see
formula). If positive GTO
(do not return) a routine
labelled 360. If negative
continue to the next line.

Related product manuals