Trigonometric functions: Difference between revisions

m
→‎{{header|REXX}}: elided a line of dead code.
m (→‎{{header|REXX}}: changed the fuzz digits in the COS function.)
m (→‎{{header|REXX}}: elided a line of dead code.)
Line 3,591:
tanErr: call tellErr 'tan(' || x") causes division by zero, X=" || x
AsinErr: call tellErr 'Asin(x), X must be in the range of -1 ──► +1, X=' || x
AcosErr: call tellErr 'Acos(x), X must be in the range of -1 ──► +1, X=' || x</lang>
sqrtErr: call tellErr "sqrt(x), X can't be negative, X=" || x</lang>
Programming note:
<lang rexx> ╔═════════════════════════════════════════════════════════════════════════════╗