Talk:Trigonometric functions: Difference between revisions

m
→‎Notes on precise sin implemented in Rexx: added whitespace to comments. -- ~~~~
m (→‎Notes on precise sin implemented in Rexx: expanded some comments. -- ~~~~)
m (→‎Notes on precise sin implemented in Rexx: added whitespace to comments. -- ~~~~)
Line 106:
<br>6 to 30. People should plainly see that the example as coded works perfectly. If another constructed version doesn't
<br>give the expected results, it might be time to re-read the prologue. Or better yet, use the prologue REXX code.
<br><br>The huge driver is mainly two statements with eight more to invoke the functions:
<lang rexx>showdigs=30 /*show only 30 digits of number. */
numeric digits showdigs+10</lang>