stdbit: port to theoretical platforms
[gnulib.git] / modules / atanf
blobc3caffc134948e5af8795061e38909c686ba8964
1 Description:
2 atanf() function: inverse tangent function.
4 Files:
5 lib/atanf.c
6 m4/atanf.m4
8 Depends-on:
9 math
10 extensions
11 atan            [test $HAVE_ATANF = 0]
13 configure.ac:
14 gl_FUNC_ATANF
15 gl_CONDITIONAL([GL_COND_OBJ_ATANF], [test $HAVE_ATANF = 0])
16 gl_MATH_MODULE_INDICATOR([atanf])
18 Makefile.am:
19 if GL_COND_OBJ_ATANF
20 lib_SOURCES += atanf.c
21 endif
23 Include:
24 <math.h>
26 Link:
27 $(ATANF_LIBM)
29 License:
30 LGPL
32 Maintainer:
33 all