ulc-asnprintf tests: Add test of %U, %s directives with large arguments.
[gnulib.git] / modules / expm1
blobf351c1c4b220c2824770506aaf15ace63cd75639
1 Description:
2 expm1() function: exponential function minus one.
4 Files:
5 lib/expm1.c
6 m4/expm1.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
11 extensions
12 isnand          [test $HAVE_EXPM1 = 0 || test $REPLACE_EXPM1 = 1]
13 exp             [test $HAVE_EXPM1 = 0 || test $REPLACE_EXPM1 = 1]
14 round           [test $HAVE_EXPM1 = 0 || test $REPLACE_EXPM1 = 1]
15 ldexp           [test $HAVE_EXPM1 = 0 || test $REPLACE_EXPM1 = 1]
17 configure.ac:
18 gl_FUNC_EXPM1
19 gl_CONDITIONAL([GL_COND_OBJ_EXPM1],
20                [test $HAVE_EXPM1 = 0 || test $REPLACE_EXPM1 = 1])
21 gl_MATH_MODULE_INDICATOR([expm1])
23 Makefile.am:
24 if GL_COND_OBJ_EXPM1
25 lib_SOURCES += expm1.c
26 endif
28 Include:
29 <math.h>
31 Link:
32 $(EXPM1_LIBM)
34 License:
35 LGPL
37 Maintainer:
38 all