gnulib-tool: Use the Python implementation by default.
[gnulib.git] / modules / expm1f
blob77de66f4a2f804f6ae82f6fa6ee14d7f9fbb553a
1 Description:
2 expm1f() function: exponential function minus one.
4 Files:
5 lib/expm1f.c
6 m4/expm1f.m4
8 Depends-on:
9 math
10 extensions
11 expm1           [test $HAVE_EXPM1F = 0 || test $REPLACE_EXPM1F = 1]
13 configure.ac:
14 gl_FUNC_EXPM1F
15 gl_CONDITIONAL([GL_COND_OBJ_EXPM1F],
16                [test $HAVE_EXPM1F = 0 || test $REPLACE_EXPM1F = 1])
17 gl_MATH_MODULE_INDICATOR([expm1f])
19 Makefile.am:
20 if GL_COND_OBJ_EXPM1F
21 lib_SOURCES += expm1f.c
22 endif
24 Include:
25 <math.h>
27 Link:
28 $(EXPM1F_LIBM)
30 License:
31 LGPL
33 Maintainer:
34 all