ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git] / modules / atan2f
blob96d44071ae4616bce404ac8133d50064ee3f3262
1 Description:
2 atan2f() function: angle of a point in the plane.
4 Files:
5 lib/atan2f.c
6 m4/atan2f.m4
8 Depends-on:
9 math
10 extensions
11 atan2           [test $HAVE_ATAN2F = 0]
13 configure.ac:
14 gl_FUNC_ATAN2F
15 if test $HAVE_ATAN2F = 0; then
16   AC_LIBOBJ([atan2f])
18 gl_MATH_MODULE_INDICATOR([atan2f])
20 Makefile.am:
22 Include:
23 <math.h>
25 Link:
26 $(ATAN2F_LIBM)
28 License:
29 LGPL
31 Maintainer:
32 all