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