New module 'sqrtf'.
[gnulib.git] / modules / sqrtf
1 Description:
2 sqrtf() function: square root.
3
4 Files:
5 lib/sqrtf.c
6 m4/sqrtf.m4
7
8 Depends-on:
9 math
10 sqrt            [test $HAVE_SQRTF = 0]
11
12 configure.ac:
13 gl_FUNC_SQRTF
14 if test $HAVE_SQRTF = 0; then
15   AC_LIBOBJ([sqrtf])
16 fi
17 gl_MATH_MODULE_INDICATOR([sqrtf])
18
19 Makefile.am:
20
21 Include:
22 <math.h>
23
24 Link:
25 $(SQRTF_LIBM)
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible