Talk:Trigonometric functions: Difference between revisions

Content added Content deleted
m (→‎Notes on precise sin implemented in Rexx: removed more pronouns, changed verb tense. -- ~~~~)
m (→‎Notes on precise sin implemented in Rexx: removed still more pronouns. -- ~~~~)
Line 114: Line 114:
<br>There is another problem with function name collision, which is another topic for another time.
<br>There is another problem with function name collision, which is another topic for another time.
<br>So instead, I did what was suggested in the (prologue) commentary, that is: to increase the precision
<br>So instead, I did what was suggested in the (prologue) commentary, that is: to increase the precision
<br>higher than you need, and just use what precision you need from that time on. I added whitespace
<br>higher than one needs, and just use what precision is needed from that time on. More whitespace was added
<br>around that part of the comments so you can more easily see what was written. If you want to use the SIN
<br>around that part of the comments so it can more easily be seen what was written. If one want to use the SIN
<br>SIN function and ignore the prologue (as far as intent), then you'll get what you programmed for.
<br>SIN function and ignore the prologue (as far as intent), then they'll get what they programmed for.
<br>This is basic REXX programming.
<br>This is basic REXX programming.
<br>The code acknowledges that more precision is needed than what is wanted, so the proglogue for the
<br>The code acknowledges that more precision is needed than what is wanted, so the proglogue for the