Talk:Trigonometric functions: Difference between revisions

m
→‎Notes on precise sin implemented in Rexx: expanded some comments. -- ~~~~
m (→‎Notes on precise sin implemented in Rexx: added section seperators. -- ~~~~)
m (→‎Notes on precise sin implemented in Rexx: expanded some comments. -- ~~~~)
Line 89:
.</lang>
This isn't probably the best forum to discuss these types of code (result) minutia when code is taken out of context or the modified code or driver code isn't shown to verify your results. I can be contacted via E-mail to iron out these details before large amounts of chatter are posted. -- [[User:Gerard Schildberger|Gerard Schildberger]] 20:55, 22 June 2012 (UTC)
<br>
 
----
 
It IS! I wanted to point out a problem and its solution.
I don't think people want to understand the huge driver and its details (SHOWDIGS)
Line 98 ⟶ 101:
-----
 
>br>I couldn't disagree more about people not wanting to understand the details. That is why there are a good number
<br>of comments in the section code and the aforemented REXX code. These details are important to understand before
<br>source code is ripped from a working example. This is the main reason the number of shown digits was increased from
<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>The huge driver is mainly two statements with eight more to invoke the functions:
<lang rexx>showdigs=30 /*show only 30 digits of number. */