about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2020-02-07 17:15:37 +0000
committerWilco Dijkstra <wdijkstr@arm.com>2020-02-07 17:15:37 +0000
commit814309f0c226fc1f2c4eb6a042d74df6f496db23 (patch)
tree0fed3668cea65087753e46cf3b04c907ee19905d
parentd2e3b697da2433c08702f95c76458c51545c3df1 (diff)
downloadglibc-814309f0c226fc1f2c4eb6a042d74df6f496db23.tar.gz
glibc-814309f0c226fc1f2c4eb6a042d74df6f496db23.tar.xz
glibc-814309f0c226fc1f2c4eb6a042d74df6f496db23.zip
Remove a comment claiming that sin/cos round correctly.
-rw-r--r--sysdeps/ieee754/dbl-64/s_sin.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/ieee754/dbl-64/s_sin.c b/sysdeps/ieee754/dbl-64/s_sin.c
index 97bb5cba2f..64f81912a1 100644
--- a/sysdeps/ieee754/dbl-64/s_sin.c
+++ b/sysdeps/ieee754/dbl-64/s_sin.c
@@ -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