Trigonometric functions: Difference between revisions

m
→‎{{header|REXX}}: changed comment regarding DIGITS default. -- ~~~~
m (→‎{{header|REXX}}: redid the format of the output section. -- ~~~~)
m (→‎{{header|REXX}}: changed comment regarding DIGITS default. -- ~~~~)
Line 1,636:
<lang rexx>/*REXX program demonstrates some common trig functions (10 digits shown)*/
showdigs=10 /*show only ten digits of number.*/
numeric digits showdigs+10 /*theDIGITS default is normally 9, but use digs.*/
/*extra digs to prevent rounding.*/