aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/k_cos.c
blob: 0cb566ea2eed4a3ea080f93e3c0089ee7199e351 (plain)
1
2
3
4
5
6
7
8
9
10
11
 * software is freely granted, provided that this notice
 * Input y is the tail of x.
 *
 * 	|    					               |
 *
 * 	               4     6     8     10    12     14
 *	   since cos(x+y) ~ cos(x) - sin(x)*y
static const double
static double
	int32_t ix;
	if(ix < 0x3FD33333) 			/* if |x| < 0.3 */