CORDIC: Difference between revisions

27 bytes removed ,  11 months ago
m
→‎{{header|ALGOL 68}}: Removed unused declaration
m (→‎Notes: tighten up estimate on observed precision problems)
m (→‎{{header|ALGOL 68}}: Removed unused declaration)
Line 41:
 
REAL pi by 2 = pi / 2;
REAL pi by 4 = pi / 4;
 
# pre-computed table of arctan(10^-n) values: #
3,045

edits