timespec_get: New module.
[gnulib.git] / modules / atanl
bloba600846a31313d240e1ff5654fc0e48525b4dda0
1 Description:
2 atanl() function: inverse tangent function with long double argument.
4 Files:
5 lib/atanl.c
6 m4/atanl.m4
8 Depends-on:
9 math
10 extensions
11 atan            [test $HAVE_ATANL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
12 isnanl          [test $HAVE_ATANL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
14 configure.ac:
15 gl_FUNC_ATANL
16 if test $HAVE_ATANL = 0; then
17   AC_LIBOBJ([atanl])
19 gl_MATH_MODULE_INDICATOR([atanl])
21 Makefile.am:
23 Include:
24 <math.h>
26 Link:
27 $(ATANL_LIBM)
29 License:
30 LGPL
32 Maintainer:
33 Paolo Bonzini