gnulib-tool: Use the Python implementation by default.
[gnulib.git] / modules / acosf
blob77589dc012097cf4d42cb27dc83fb4bc68ea5bf4
1 Description:
2 acosf() function: inverse cosine function.
4 Files:
5 lib/acosf.c
6 m4/acosf.m4
8 Depends-on:
9 math
10 extensions
11 acos            [test $HAVE_ACOSF = 0]
13 configure.ac:
14 gl_FUNC_ACOSF
15 gl_CONDITIONAL([GL_COND_OBJ_ACOSF], [test $HAVE_ACOSF = 0])
16 gl_MATH_MODULE_INDICATOR([acosf])
18 Makefile.am:
19 if GL_COND_OBJ_ACOSF
20 lib_SOURCES += acosf.c
21 endif
23 Include:
24 <math.h>
26 Link:
27 $(ACOSF_LIBM)
29 License:
30 LGPL
32 Maintainer:
33 all