relocatable-lib-lgpl: Allow unconditional use of set_relocation_prefix.
[gnulib.git] / modules / sinhf
blobbae16089c8601dbf8590df19015c53e989d0698b
1 Description:
2 sinhf() function: hyperbolic sine function.
4 Files:
5 lib/sinhf.c
6 m4/sinhf.m4
8 Depends-on:
9 math
10 extensions
11 sinh            [test $HAVE_SINHF = 0]
13 configure.ac:
14 gl_FUNC_SINHF
15 gl_CONDITIONAL([GL_COND_OBJ_SINHF], [test $HAVE_SINHF = 0])
16 gl_MATH_MODULE_INDICATOR([sinhf])
18 Makefile.am:
19 if GL_COND_OBJ_SINHF
20 lib_SOURCES += sinhf.c
21 endif
23 Include:
24 <math.h>
26 Link:
27 $(SINHF_LIBM)
29 License:
30 LGPL
32 Maintainer:
33 all