summaryrefslogtreecommitdiff
path: root/modules/expm1f
blob: f5e3c35dd891040ca03884f696c06d567b71fbdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Description:
expm1f() function: exponential function minus one.

Files:
lib/expm1f.c
m4/expm1f.m4

Depends-on:
math
extensions
expm1           [test $HAVE_EXPM1F = 0 || test $REPLACE_EXPM1F = 1]

configure.ac:
gl_FUNC_EXPM1F
if test $HAVE_EXPM1F = 0 || test $REPLACE_EXPM1F = 1; then
  AC_LIBOBJ([expm1f])
fi
gl_MATH_MODULE_INDICATOR([expm1f])

Makefile.am:

Include:
<math.h>

Link:
$(EXPM1F_LIBM)

License:
LGPL

Maintainer:
all