Move to utf8-ucs4-unsafe.c.
[gnulib.git] / lib / sincosl.c
index 3385d7d..e832bd7 100644 (file)
@@ -1,5 +1,5 @@
 /* Quad-precision floating point trigonometric functions on <-pi/4,pi/4>.
-   Copyright (C) 1999 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jakub Jelinek <jj@ultra.linux.cz>
 
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation,
-   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #include <math.h>
 #include <float.h>
@@ -113,7 +113,7 @@ kernel_sinl (long double x, long double y, int iy)
       sign = -1;
     }
 
-  if (x < 0.148375L)           /* |x| < 0.1484375 */
+  if (x < 0.1484375L)          /* |x| < 0.1484375 */
     {
       /* Argument is small enough to approximate it by a Chebyshev
          polynomial of degree 17.  */