Trigonometric functions: Difference between revisions

Content added Content deleted
(+)
m (→‎{{header|REXX}}: re-did the verbage in the boxed "section header" comments. -- ~~~~)
Line 1,618: Line 1,618:
<lang rexx> ┌──────────────────────────────────────────────────────────────────────────┐
<lang rexx> ┌──────────────────────────────────────────────────────────────────────────┐
│ One common method that ensures enough accuracy in REXX is specifying │
│ One common method that ensures enough accuracy in REXX is specifying │
│ more precision (via NUMERIC DIGITS nnn) than is needed, and
│ more precision (via NUMERIC DIGITS nnn) than is needed, and then
│ displaying the number of digits that is desired, or the number(s)
│ displaying the number of digits that are desired, or the number(s) │
│ could be re-normalized using the FORMAT bif. │
│ could be re-normalized using the FORMAT bif. │
│ │
│ │