crypt: bump up md5test-giant timeout from 180s to 480s
[glibc.git] / math / e_j1l.c
blob7701f49ff9b7dc425b6f5a0e3a8739c28e8fba4c
1 #include <math.h>
2 #include <stdio.h>
3 #include <errno.h>
4 #include <math_private.h>
6 long double
7 __ieee754_j1l (long double x)
9 fputs ("__ieee754_j1l not implemented\n", stderr);
10 __set_errno (ENOSYS);
11 return 0.0;
13 strong_alias (__ieee754_j1l, __j1l_finite)
15 stub_warning (j1l)
17 long double
18 __ieee754_y1l (long double x)
20 fputs ("__ieee754_y1l not implemented\n", stderr);
21 __set_errno (ENOSYS);
22 return 0.0;
24 strong_alias (__ieee754_y1l, __y1l_finite)
26 stub_warning (y1l)
27 #include <stub-tag.h>