Talk:Trigonometric functions: Difference between revisions

Content added Content deleted
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: Line 96:
---
---


: The huge driver is mainly two statements with eight more to invoke the functions
: The huge driver is mainly two statements with eight more to invoke the functions:
:
<lang rexx>showdigs=30 /*show only 30 digits of number. */
<lang rexx>showdigs=30 /*show only 30 digits of number. */
numeric digits showdigs+10</lang>
numeric digits showdigs+10</lang>