1Description:
2expf() function: exponential function.
3
4Files:
5lib/expf.c
6m4/expf.m4
7
8Depends-on:
9math
10extensions
11exp             [test $HAVE_EXPF = 0]
12
13configure.ac:
14gl_FUNC_EXPF
15if test $HAVE_EXPF = 0; then
16  AC_LIBOBJ([expf])
17fi
18gl_MATH_MODULE_INDICATOR([expf])
19
20Makefile.am:
21
22Include:
23<math.h>
24
25Link:
26$(EXPF_LIBM)
27
28License:
29LGPL
30
31Maintainer:
32Bruno Haible
33