Update.
[glibc.git] / sysdeps / generic / k_tanl.c
blob1504a1cd901cb4628350de137954231f64da54bd
1 #include <math.h>
2 #include <stdio.h>
3 #include <errno.h>
5 long double
6 __kernel_tanl (long double x, long double y, int iy)
8 fputs ("__kernel_tanl not implemented\n", stderr);
9 __set_errno (ENOSYS);
10 return 0.0;
13 stub_warning (__kernel_tanl)
14 #include <stub-tag.h>