mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-29 13:03:42 +01:00
commit
522eaccce7
1 changed files with 1 additions and 2 deletions
|
@ -118,7 +118,6 @@ sincos(double x, double * s, double * c)
|
|||
/*argument reduction needed*/
|
||||
else {
|
||||
double k_c, k_s;
|
||||
printf( "bleh?\n");
|
||||
|
||||
/* Calculate remainer, then sub out to kernel */
|
||||
int32_t n = __ieee754_rem_pio2(x,y);
|
||||
|
@ -148,4 +147,4 @@ sincos(double x, double * s, double * c)
|
|||
|
||||
#if (LDBL_MANT_DIG == 53)
|
||||
__weak_reference(sincos, sincosl);
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue