Chebyshev coefficients: Difference between revisions

Content deleted Content added
→‎{{header|REXX}}: changed/added comments and whitespace, changed indentations, optimized a function, increased accuracy of pi, added a 2nd output section.
m →‎{{header|REXX}}: replaced a deleted character (in a comment).
Line 534:
cheby.j=fac*$ /* ↓ */
say right(j,length(N)+3) " Chebyshev coefficient is:" left('', cheby.j >= 0),
format(cheby.j,,30) /*display 30 decimal dig tsdigits of the 71. */
end /*j*/
exit /*stick a fork in it, we're all done. */