Talk:Trigonometric functions: Difference between revisions

m
→‎Notes on precise sin implemented in Rexx: re-instated missing colon. -- ~~~~
m (→‎Notes on precise sin implemented in Rexx: added another comment. -- ~~~~)
m (→‎Notes on precise sin implemented in Rexx: re-instated missing colon. -- ~~~~)
Line 96:
---
 
: 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>