Ramer-Douglas-Peucker line simplification: Difference between revisions

m
(→‎{{header|REXX}}: add Version 2)
m (→‎{{header|REXX}}: fix tags)
Line 1,570:
</pre>
===Version 2===
{{trans|ooRexx}}
</syntaxhighlight>
<syntaxhighlight lang="rexx">
/*REXX program uses the Ramer-Douglas-Peucker (RDP) line simplification algorithm for*/
Line 1,643:
Numeric Digits prec
r=r+0
Return r
</syntaxhighlight>
{{out|output|text=&nbsp; when using the default inputs:}}
<pre>
2,295

edits