Feigenbaum constant calculation: Difference between revisions

m
→‎{{header|REXX}}: changed a comment.
m (→‎{{header|REXX}}: optimized the inner two DO loops.)
m (→‎{{header|REXX}}: changed a comment.)
Line 465:
=={{header|REXX}}==
{{trans|Sidef}}
<lang rexx>/*REXX pgm calculates the (Mitchell) Feigenbaum bifurcation velocity using any, #digs ofcan decimalbe digits.given*/
parse arg digs maxi maxj . /*obtain optional argument from the CL.*/
if digs=='' | digs=="," then digs=30 /* " " " " " " */