Talk:Trigonometric functions: Difference between revisions

a final note on precise sin
m (→‎Notes on precise sin implemented in Rexx: added definitions of grads and mils. -- ~~~~)
(a final note on precise sin)
Line 242:
<br><br> -- [[User:Gerard Schildberger|Gerard Schildberger]] 23:50, 23 June 2012 (UTC)
<br>
----
While my 'precise sin' function above was triggered by the task 'Trigonometric Functions'
it has no further relationship to the cited task.
What I wanted was that this little program shows 30 correct digits
(the value to be tested for being the 'real' value of sin(0.1) rounded to 30 digits)
/* REXX */
Numeric Digits 30
Say sin(0.1) /* if 'my' sin is included an internal procedure */
Say sin(0.1,,30) /* if it is used as external procedure */
 
--[[User:Walterpachl|Walterpachl]] 07:51, 24 June 2012 (UTC)
2,295

edits