]> git.ipfire.org Git - thirdparty/glibc.git/blame - math/e_acoshl.c
2.5-18.1
[thirdparty/glibc.git] / math / e_acoshl.c
CommitLineData
cccda09f
UD
1#include <math.h>
2#include <stdio.h>
d705269e 3#include <errno.h>
cccda09f
UD
4
5long double
6__ieee754_acoshl (long double x)
7{
8 fputs ("__ieee754_acoshl not implemented\n", stderr);
d705269e 9 __set_errno (ENOSYS);
cccda09f
UD
10 return 0.0;
11}
12
6973fc01 13stub_warning (acoshl)
f2ea0f5b 14#include <stub-tag.h>