kargl 70f5077e64 Compute sin(pi*x) without actually doing the pi*x multiplication.
sin_pi(x) is only called for x < 0 and |x| < 2**(p-1) where p is
the precision of x.  The new argument reduction is an optimization
compared to the old code, and it removes a chunk of dead code.
Accuracy tests in the intervals (-21,-20), (-20,-19), ... (-1,0)
show no differences between the old and new code.

Obtained from:	bde
2014-08-31 21:38:03 +00:00
..
2014-08-17 06:28:57 +00:00
2014-07-23 15:12:17 +00:00
2014-01-21 21:13:13 +00:00
2014-07-07 00:27:09 +00:00
2014-05-15 15:22:32 +00:00
2014-02-01 09:27:57 +00:00
2013-05-12 22:22:12 +00:00
2014-07-07 00:27:09 +00:00
2014-08-18 14:23:07 +00:00
2014-07-24 01:38:11 +00:00
2014-07-07 00:27:09 +00:00