summaryrefslogtreecommitdiff
path: root/modules/expf
blob: 46acd2ea1d2e9f6e3e641980447b91b537a5a704 (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
33
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
gl_CONDITIONAL([GL_COND_OBJ_EXPF], [test $HAVE_EXPF = 0])
gl_MATH_MODULE_INDICATOR([expf])

Makefile.am:
if GL_COND_OBJ_EXPF
lib_SOURCES += expf.c
endif

Include:
<math.h>

Link:
$(EXPF_LIBM)

License:
LGPL

Maintainer:
all