]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove a comment claiming that sin/cos round correctly.
authorWilco Dijkstra <wdijkstr@arm.com>
Fri, 7 Feb 2020 17:15:37 +0000 (17:15 +0000)
committerWilco Dijkstra <wdijkstr@arm.com>
Fri, 7 Feb 2020 17:15:37 +0000 (17:15 +0000)
sysdeps/ieee754/dbl-64/s_sin.c

index 97bb5cba2ff97ebd83d4b54b038e175820908ab9..64f81912a125e6382061d0853a8e1b12109128ff 100644 (file)
@@ -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