Temperature conversion/REXX: Difference between revisions

m
added a comment to the REXX section header.
m (→‎{{header|REXX}}: added a comment that wasn't pasted, optimized a subroutine.)
m (added a comment to the REXX section header.)
Line 4:
Note that conversion from/to the   '''Dalton'''   temperature scale requires natural logarithms   ('''ln'''),   and the '''pow''' function.
 
 
No commenting/explaining was affixed to the higher math functions because it would detract from the logic of the main program.
=={{header|REXX}}==
<lang rexx>♀/*REXX program converts temperatures for fifty─eight different temperature scales. */