mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
Remove a comment claiming that sin/cos round correctly.
This commit is contained in:
parent
d2e3b697da
commit
814309f0c2
@ -192,8 +192,8 @@ do_sincos (double a, double da, int4 n)
|
||||
|
||||
|
||||
/*******************************************************************/
|
||||
/* An ultimate sin routine. Given an IEEE double machine number x */
|
||||
/* it computes the correctly rounded (to nearest) value of sin(x) */
|
||||
/* An ultimate sin routine. Given an IEEE double machine number x */
|
||||
/* it computes the rounded value of sin(x). */
|
||||
/*******************************************************************/
|
||||
#ifndef IN_SINCOS
|
||||
double
|
||||
@ -256,8 +256,8 @@ __sin (double x)
|
||||
|
||||
|
||||
/*******************************************************************/
|
||||
/* An ultimate cos routine. Given an IEEE double machine number x */
|
||||
/* it computes the correctly rounded (to nearest) value of cos(x) */
|
||||
/* An ultimate cos routine. Given an IEEE double machine number x */
|
||||
/* it computes the rounded value of cos(x). */
|
||||
/*******************************************************************/
|
||||
|
||||
double
|
||||
|
Loading…
x
Reference in New Issue
Block a user