Angle difference between two bearings: Difference between revisions

Content deleted Content added
→‎{{header|Java}}: consistent formatting
m →‎{{header|REXX}}: added whitespace to the REXX section header.
Line 775: Line 775:


=={{header|REXX}}==
=={{header|REXX}}==
A little extra coding was added for a better visual presentation;   the angles were centered, the answers were aligned.
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 2 angles (degrees), normalizes the result. */
<lang rexx>/*REXX pgm calculates the difference between 2 angles (degrees), normalizes the result. */
numeric digits 25 /*use enough decimal diigits for angles*/
numeric digits 25 /*use enough decimal diigits for angles*/