summaryrefslogtreecommitdiff
path: root/sysdeps/stub/k_tanl.c
blob: 713c8cdfe699861fcce32db52c2e6458b518cd44 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <math.h>
#include <stdio.h>

long double
__kernel_tanl (long double x, long double y, int iy)
{
  fputs ("__kernel_tanl not implemented\n", stderr);
  return 0.0;
}

stub_warning (__kernel_tanl)