maintainer-makefile: Prohibit BSD4.3/SysV u_char etc types.
[gnulib.git] / modules / expf
blob46acd2ea1d2e9f6e3e641980447b91b537a5a704
1 Description:
2 expf() function: exponential function.
4 Files:
5 lib/expf.c
6 m4/expf.m4
8 Depends-on:
9 math
10 extensions
11 exp             [test $HAVE_EXPF = 0]
13 configure.ac:
14 gl_FUNC_EXPF
15 gl_CONDITIONAL([GL_COND_OBJ_EXPF], [test $HAVE_EXPF = 0])
16 gl_MATH_MODULE_INDICATOR([expf])
18 Makefile.am:
19 if GL_COND_OBJ_EXPF
20 lib_SOURCES += expf.c
21 endif
23 Include:
24 <math.h>
26 Link:
27 $(EXPF_LIBM)
29 License:
30 LGPL
32 Maintainer:
33 all