log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / sqrtf
blobd0bd6de716f70b10335ad417d3d1fecf4278e91b
1 Description:
2 sqrtf() function: square root.
4 Files:
5 lib/sqrtf.c
6 m4/sqrtf.m4
8 Depends-on:
9 math
10 extensions
11 sqrt            [test $HAVE_SQRTF = 0]
13 configure.ac:
14 gl_FUNC_SQRTF
15 if test $HAVE_SQRTF = 0; then
16   AC_LIBOBJ([sqrtf])
18 gl_MATH_MODULE_INDICATOR([sqrtf])
20 Makefile.am:
22 Include:
23 <math.h>
25 Link:
26 $(SQRTF_LIBM)
28 License:
29 LGPL
31 Maintainer:
32 all