Alexei Podtelezhnikov b4ac30b0ed [base] Reduce trigonometric algorithms.
After we get within 45 degrees by means of true 90-degree rotations,
we can remove initial 45-degree CORDIC iteration and start from
atan(1/2) pseudorotation, reducing expansion factor thereby.

* src/base/fttrigon.c (FT_TRIG_SCALE, FT_TRIG_COSCALE): Update macros.
(ft_trig_pseudo_rotate, ft_trig_pseudo_polarize): Update.

* src/tools/cordic.py: Bring up to date with trigonometric core.

* docs/CHANGES: Old typo.
2013-01-02 22:21:37 -05:00
..
2010-01-23 16:19:33 +01:00
2012-11-30 15:29:33 +01:00
2011-06-18 08:06:57 +02:00
2011-08-16 16:04:33 +02:00
2010-12-31 17:47:09 +01:00
2012-11-30 15:29:33 +01:00
2010-11-23 19:07:51 +01:00
2011-06-18 08:06:57 +02:00
2012-12-20 08:31:56 +01:00
2012-12-20 08:31:56 +01:00