Angle difference between two bearings: Difference between revisions

m
→‎{{header|REXX}}: changed the REXX program description comment.
(Added APL entry.)
m (→‎{{header|REXX}}: changed the REXX program description comment.)
Line 978:
=={{header|REXX}}==
A little extra coding was added for a better visual presentation;   the angles were centered,   the answers were aligned.
<lang rexx>/*REXX pgm calculates the difference between 2two angles (in degrees), normalizes the result. */
numeric digits 25 /*use enough decimal diigits for angles*/
call show 20, 45 /*display the angular difference (deg).*/