gitlog-to-changelog: don't use "no_"-prefixed variable name
[gnulib.git] / modules / atan2f
1 Description:
2 atan2f() function: angle of a point in the plane.
3
4 Files:
5 lib/atan2f.c
6 m4/atan2f.m4
7
8 Depends-on:
9 math
10 atan2           [test $HAVE_ATAN2F = 0]
11
12 configure.ac:
13 gl_FUNC_ATAN2F
14 if test $HAVE_ATAN2F = 0; then
15   AC_LIBOBJ([atan2f])
16 fi
17 gl_MATH_MODULE_INDICATOR([atan2f])
18
19 Makefile.am:
20
21 Include:
22 <math.h>
23
24 Link:
25 $(ATAN2F_LIBM)
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible