summaryrefslogtreecommitdiff
path: root/modules/expf
blob: f3c35b7b50044abc340d36c5d2a9ab8f83fd2f4a (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:
expf() function: exponential function.

Files:
lib/expf.c
m4/expf.m4

Depends-on:
math
extensions
exp             [test $HAVE_EXPF = 0]

configure.ac:
gl_FUNC_EXPF
if test $HAVE_EXPF = 0; then
  AC_LIBOBJ([expf])
fi
gl_MATH_MODULE_INDICATOR([expf])

Makefile.am:

Include:
<math.h>

Link:
$(EXPF_LIBM)

License:
LGPL

Maintainer:
all